WoW:StandingId: Difference between revisions

No edit summary
Line 19: Line 19:


; <tt>8</tt> - Exalted
; <tt>8</tt> - Exalted
These values are defined globaly by the FACTION_STANDING_LABEL(x) variables. Probably locale specific.<br>
It's better to use them instead of relying on the hardcoded values above.
== Example ==
/script x=4; temp=getglobal("FACTION_STANDING_LABEL".x); message(temp);
Gives the message "Neutral".


== Notes ==
== Notes ==
Anonymous user