WoW:StandingId: Difference between revisions

8 bytes removed ,  4 December 2006
m
no edit summary
({{wowapitype}})
mNo edit summary
Line 22: Line 22:
; <tt>8</tt> - Exalted
; <tt>8</tt> - Exalted


These values are defined globaly by the FACTION_STANDING_LABEL(x) variables. Probably locale specific.<br>
These values are defined globaly by the FACTION_STANDING_LABEL(x) variables, locale specific.<br>
It's better to use them instead of relying on the hardcoded values above.
It's better to use them instead of relying on the hardcoded values above.


Line 28: Line 28:
== Example ==
== Example ==


  /script x=4; temp=getglobal("FACTION_STANDING_LABEL".x); message(temp);
  /script x=4; temp=getglobal("FACTION_STANDING_LABEL"..x); message(temp);


Gives the message "Neutral".
Gives the message "Neutral".
Anonymous user