-
Notifications
You must be signed in to change notification settings - Fork 3
Object variables
Perez edited this page May 15, 2023
·
4 revisions

Any object you place on the level will have a list of variables that are important for them to function. For example, every enemy has the "escape spawn" variable that when set to true, it will indicate the game to spawn them once pizza time has started.
Variables are necessary for the following objects:
- Hallway
- Startgate
- Startgate Treasure
You can read more about them on Warps