Recent content by the_metal_invader

  1. the_metal_invader

    [Scripting Question] [V20.1/21] How do I change SAFARI_STEPS Based on Switch Status?

    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...
Back
Top