I can right click an area, and go to properties, then go to the advanced tab, click the … for variables and I can create variables. If I create a variable type int called “LEVEL”, and set equal to 1, how can I grab that in a script?
I know how to grab things like the player with functions like “GetLastPlayerUsed()”, but I don’t see how I can retrieve a variable that an AREA holds. I’ve looked with google but haven’t been able to find an example of someone using an Area variable.