reaper72004
Member
k here's a link to the script.
http://www.rmxp.org/forums/viewtopic.php?f=11&t=2930
I have it to where it's able to turn on using the tab key but my question is how do I make it turn off when I press the tab key again?? my code
http://www.rmxp.org/forums/viewtopic.php?f=11&t=2930
I have it to where it's able to turn on using the tab key but my question is how do I make it turn off when I press the tab key again?? my code
Code:
if Kboard.keyboard($R_Key_TAB)
   $game_switches[ACTIVATED_ID] = true
  end