Basically, I'm just looking for a script that allows me - when characters hit level 40 - to play a common event, in which stuff will be explained about sub-classes. I'd also like for me to be able to distinguish actors, so I can play a common event depending on which actor has levelled up, and also being able to disable this in-game, using the 'script' command.
I'm sorry if there's already a script for this, and if there isn't, if someone could help me out, that'd be awesome.
-Sky
If you want to keep it simple, just use a parallel process common event to keep track of levels and store the levels in a variable.
Don't need a script. Learn to use events.
Also, if you really wanted to use some kind of script, you could just go into the battle scene results thingy and, at the end of each battle, store the level of the character you want into a variable and, if it reaches a certain number, you turn on a game switch which triggers an auto-run common event.
But you'll have to do it yourself, lol. I can do it (I think), but I'm lazy, and it'd be good learning for you, I guess.
Oh, I didn't realise common events ran at parallel process. Thanks. Me being a moron again.