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.

A script for removing the escape bar?

Is there a script for removing the escape bar?
I'm aware of DerVVulfmans script but it conflicts with another script I'm using (I think it's the KGC end battle screen I'm using) My battle system is the turn based Minkoff system.
So is there any other way to do it?
 

poccil

Sponsor

The solution turned out to be simple.  Add the code below as the next-to-last section in the script editor:

Code:
class Scene_Battle
  def update_phase1
    return if judge
    start_phase3
  end
#   --Optional--
 def start_phase2
    start_phase3
 end
end
 

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