USE:
Check if the player is a student.
TYPE: Condition, Non-Ref
RETURNS: bool
THEME: University
COMPARE:
EXAMPLE:
Code: Select all
If isStudent()
"I'm a student!"
Endif
Code: Select all
If isStudent()
"I'm a student!"
Endif