RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Help with Yanfly Class System

Started by Voivod878, June 02, 2015, 11:50:08 PM

0 Members and 1 Guest are viewing this topic.

Voivod878

Hi. I'm pretty noob of rpgmaker and meganoob of scripting.
I'd be vry happy if you could help me to edit a little thing in the Yanfly Class sistem mechanics (Version 1.10).

I set this :

SWITCH_ENABLE_CLASS    = 1

to making the choice disabled at the starting of the game.

But i have reached a point when the option of changing should be enabled.

How can i do that?

I've read to bind it to a switch, and I try to do it, but without any result as you may suppose

:)

Thanks again

&&&&&&&&&&&&&

#1
{EDIT} Nevermind. I don't think this will work. I'll try to think of something else.

[spoiler=old post]
Try this.

SWITCH_ENABLE_CLASS = !$game_switches[1][/spoiler]
&&&&&&&&&&&&&&&&