- Joined
- Oct 21, 2018
- Messages
- 121
- Reaction score
- 46
- First Language
- English
- Primarily Uses
- RMMV
Sorry if the title doesn't make sense, I'm not sure how to word it. But here's what I want to do:
First set the value of variable 1 to the ID of the current event, like:
Control Variables : #0001 Self Var generic_1 = this.eventId()
Next, add 400 to variable 1, like
Control Variables : #0001 Self Var generic_1 += 400
Here's where I'm lost. Let's say the value of variable 1 is now 435. So now I want to set a value to variable 435. It would have to be a script call, I just don't know how to do that.
First set the value of variable 1 to the ID of the current event, like:
Control Variables : #0001 Self Var generic_1 = this.eventId()
Next, add 400 to variable 1, like
Control Variables : #0001 Self Var generic_1 += 400
Here's where I'm lost. Let's say the value of variable 1 is now 435. So now I want to set a value to variable 435. It would have to be a script call, I just don't know how to do that.
