isNPC
Function isNPC
Returns 1 if the Current Token is a NPC or 0 if it is not.
Usage
[h: npc = isNPC()]
Examples
[r, if(isNPC()): "Hello I am an NPC"]
Returns 1 if the Current Token is a NPC or 0 if it is not.
[h: npc = isNPC()]
[r, if(isNPC()): "Hello I am an NPC"]