So I have this place and there is a door, and I want that it can be opened only when my hero is lv 90 or higher, but I dont know how to do it... Can anybody help me with this problem? Thanks :P
Use a conditional branch with a script condition:
$game_actors[1].level >= 90
:D That was easier than I tought :P THANKS :)
You can also set a variable to an actor's level. It's under the Actor operand.