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