Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

need help useing the tab key for a minimap[Resolved]

Ares

Member

You need to check wether the minimap is currently on or off, so just do something like:
[rgss] if Kboard.keyboard($R_Key_TAB)
 if $game_switches[ACTIVATED_ID] != true
  $game_switches[ACTIVATED_ID] = true
 else
  $game_switches[ACTIVATED_ID] = false
 end
end
 
[/rgss]

Haven't tested it, but it should work.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top