isPC: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Applied Template:MacroFunction)
(No difference)

Revision as of 21:01, 8 March 2009

isPC() Function

Returns 1 if the Current Token is a PC or 0 if it not.

Usage

[h: pc = isPC()]

Example

[r, if(isPC()): "Hello I am a PC"]