isNPC: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:isNPC moved to isNPC) |
(No difference)
|
Revision as of 20:54, 8 March 2009
isNPC() Function
Returns 1 if the Current Token is a NPC or 0 if it is not.
Usage
[h: npc = isNPC()]
Example
[r, if(isNPC()): "Hello I am an NPC"]