Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I simply want to change it to 0 if $game_switches[60] is on. I tried doing this in "settings":
if $game_switches[60]
SAFARI_STEPS = 0
else
SAFARI_STEPS = 600
end
But that gives an error (Undefined method [] for...