Page 1 of 1

[Condition] isStudent

Posted: Sun Oct 31, 2021 7:35 pm
by Raddeck
isStudent()


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