isNPC: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Applied Template:MacroFunction)
(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"]