boudragon Member 6 Jul 8, 2008 #1 I know how to control a certain variable in a script but how do I SET it to say a certain number? Here is the line of code so far... $game_variables[0001] = $game_actors[1].weapon_id == 1
I know how to control a certain variable in a script but how do I SET it to say a certain number? Here is the line of code so far... $game_variables[0001] = $game_actors[1].weapon_id == 1
Yeyinde Sponsor 1,122 Jul 8, 2008 #2 $game_variables[1] = $game_actors[1].weapon_id Never, EVER, add leading zeros to numbers unless you know Base8 Upvote 0 Downvote
$game_variables[1] = $game_actors[1].weapon_id Never, EVER, add leading zeros to numbers unless you know Base8