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.
[Resolved] Level Up

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 81
I want to be able to change a variable each time a character levels up where character 1 changes variable 1 and 2 changes variable 2, but I do not know how to do it because actors are 3 numbers (001) and variables are 4 (0001) so I can't say:

$game_variables[$actor_id - 3] += 1

If you could help, I would be very appreciated
« Last Edit: April 24, 2010, 06:10:43 PM by tvman3279 »

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
You could make a common event where each time your character levels, it changes the variable. For example:

Change Variable: [0001]: Actor[001]'s level.

And make it parallel process. Just a thought.

**
Rep: +0/-0Level 81
That didn't work, it doesn't change the variable. Thanks though.

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
Lol, forgot that Enterbrain made a scripting error (or something like that).

http://rmrk.net/index.php/topic,25243.0.html should fix that.

**
Rep: +0/-0Level 81
Thanks, that was very helpful.