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?