Help - Search - Members - Calendar
Full Version: menu wait before transfer
RPG RPG Revolution Forums > Scripting > Script Development and Support
dartdaman
I was wondering if there was a code I could put in before $scene = Scene_Map.new to make it wait 60 frames before it goes to the map
CODE
    if Input.trigger?(Input::B)
      Sound.play_cancel
      $scene = Scene_Map.new
Kread-EX
Graphics.wait(60)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.