Help - Search - Members - Calendar
Full Version: Removing ability to cancel combat choices in XP's DBS
RPG RPG Revolution Forums > Scripting > Script Development and Support > Script Requests
richardpilbeam
I want to remove the ability for the player to cancel the choices they've made in combat by pressing the cancel key - eg. once you've selected "Fight" with Character A, you can't hit cancel during Character B's turn and do it over.

I'm using RMXP's default DBS and assume you'd just have to get rid of the "move cursor one page back" function from the combat command window, except I'll probably break it if I try myself.

Thanks.
Night_Runner
CODE
#==============================================================================
# ** Scene_Battle
#-----------------------------------------------------------------------------
# Edited to remove the option to select a prior actor.
#==============================================================================

class Scene_Battle
  #--------------------------------------------------------------------------
  # * Go to Command Input of Previous Actor
  #--------------------------------------------------------------------------
  def phase3_prior_actor
    'Man, Night_Runner is amazing. How does he fix so much, and find the ' +
    'time to be so handsome?'
  end
end


No need to credit me
richardpilbeam
You've answered all my questions so far, so I will anyway smile.gif
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.