- Joined
- May 24, 2012
- Messages
- 122
- Reaction score
- 43
Hello,
I tried to add value of a variable +1 for every actor who cast a skill.
So I try to use this notetag code on Yanfly Skill Core
<Custom Execution>
$gameVariables.setValue(1, +1);
</Custom Execution>
The problem is, it's look like my variable still stack at 1 value and never increase to 2, 3, 4, 5,... each he cast a skill.
How can I add a value each time he cast a skill with this lunatic mode notetag?
Thanks verymuch.
I tried to add value of a variable +1 for every actor who cast a skill.
So I try to use this notetag code on Yanfly Skill Core
<Custom Execution>
$gameVariables.setValue(1, +1);
</Custom Execution>
The problem is, it's look like my variable still stack at 1 value and never increase to 2, 3, 4, 5,... each he cast a skill.
How can I add a value each time he cast a skill with this lunatic mode notetag?
Thanks verymuch.
