(RPG MAKER 2000) THE VARIABLE REFUSES TO CHANGE!
Posts
Pages:
1
At all.
Here's the story:
I've made a common event. I know this common event works by leiu of a message test (where I insert a blank message at the spot where I want things to occur. I attempt to then replace my message with a change in a certain variable. No matter what I do in terms of changing it, said variable stays at 0.
(I cut the code down to its simplest form possible. Won't even set the thing at 20. >__>)


Here's the story:
I've made a common event. I know this common event works by leiu of a message test (where I insert a blank message at the spot where I want things to occur. I attempt to then replace my message with a change in a certain variable. No matter what I do in terms of changing it, said variable stays at 0.
(I cut the code down to its simplest form possible. Won't even set the thing at 20. >__>)


You're dereferencing V199 and trying to set the variable its pointing to to 20, not actually setting V199 to 20. Select the first option of "Variable to Change", not the third.
Pages:
1















