Quote:
Originally Posted by gm9
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