USE:
Check if the actor is the player.
TYPE: Condition, Reference
RETURNS: bool
THEME: Identity
COMPARE: getID, isSameAs
EXAMPLE:
Code: Select all
If John.isPlayer()
"Should have just use the variable Player!"
Endif
Code: Select all
If John.isPlayer()
"Should have just use the variable Player!"
Endif