RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Help with Yanfly Class System

0 Members and 1 Guest are viewing this topic.

*
Rep: +0/-0Level 31
RMRK Junior
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

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
{EDIT} Nevermind. I don't think this will work. I'll try to think of something else.

Spoiler for old post:
Try this.

Code: [Select]
SWITCH_ENABLE_CLASS = !$game_switches[1]
« Last Edit: June 03, 2015, 05:36:32 PM by boe? »
&&&&&&&&&&&&&&&&