View Single Post
  #10  
Unread 08-30-2007, 09:34 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Quote:
Originally Posted by gm9 View Post
All / commands now work without the = notation, that thread is outdated. For example, pet melee or pet ranged work fine without the "=". The "=" notation can still useful for some situations where it makes nested code easier, however. And some game parameters can only be set via the "=", but I have not checked that in a long time, may no longer be necessary, either.
I just tested out my pet window and the pet ranged and pet melee commands seem to work fine now without the "=" but I'm pretty sure they didn't when I first made it.

I know certain commands still require the "=" like target_allow_pet_self_toggle. When I was putting together a player window with click-to-cure buttons I tried everything and ended up having to use:

OnHoverIn="target_allow_pet_self_toggle=0 target_allow_pet_self_toggle=0" OnHoverOut="target_allow_pet_self_toggle=1 target_allow_pet_self_toggle=1"

So that might be one of the game parameters you mentioned.

From this thread way back in March:
http://www.eq2interface.com/forums/s...ead.php?t=8073
__________________

Visit Othesus World!
Reply With Quote