isNPC

From RPTools Wiki
Jump to navigation Jump to search

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"]