View Single Post
  #19  
Unread 10-08-2010, 10:34 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by TalTal View Post
I can skin it now. I can hide it now. Thanks for the tip gm9.

Quick Question:
How do I encapsulate line breaks/new line (
&#xA so that it will be in the code it is placed in and not on the current line. I have tried several different ways I thought would work but they don't.

ie.
OnPress="MainHUD.Welcome.OnShow='visible=hide
hide=true'"

I am guessing that it is rendering the new line here instead of at the onshow event.

Silat
You can't, You have to build the script the way EQ2 executes it, top to bottom right to left. So if you put OnPress="MainHud.Welcome.OnShow='hide=True Visible=Hide'" would be the same as the way your doing it with the line beak.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote