Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Applying note tags mid-game

DGM

Villager
Xy$
0.00
Greetings all,

I'm an RPG Maker newbie messing around with the trial version of MV. I'm trying to figure out how to invoke note tags during play.

Right now I'm trying to set up something using Yanfly's Class Change Core plugin: http://yanfly.moe/2015/11/27/yep-32-class-change-core/

The idea is to have the player choose a permenant class at the start of the game by locking the change option once he leaves the starting town. I looked at the help file for the plugin and found a "Cannot Change Class" tag, but I don't know how to apply it to the actors as they leave. Could someone give me an example of how this sort of thing works?

Thanks.


EDIT: I do have programming experience, so you don't need to explain the idea of scripting. I just don't know where everything is in MV yet.
 

DGM

Villager
Xy$
0.00
I found something later in the help file that solved this particular problem: a plugin command called "DisableClass." So that's dealt with.

But I'd still like to know how to use things like the <Cannot Change Class> tag after the game starts, as that sort of thing would be handy.
 
Top