Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
HBGames
I am using Seph's stat creating system, and I am trying to use it in events with event variables. So far I have been successful with this ($game_variable(#)=$data_actors[@actor_id].skill). This transfers the script into the variable. What I am having a problem doing is altering the scripts variable with the game variable (i.e. the opposite). I tried reversing the equation but that didn't work (returns an error). Can anybody help me?