Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Remove Emerged Message, RPG Maker VX
jempot
post Jun 21 2011, 04:40 AM
Post #1



Group Icon

Group: Member
Posts: 1
Type: None
RM Skill: Undisclosed




Hi guys,

I got this script to remove the "monster emerged" message during battle.

Script:
CODE
#==============================================================================
# ** Emerge Message Removal by RPGI
#------------------------------------------------------------------------------
# Removes emerge message from 'Wait Gauge Battle System' by ziifee
#==============================================================================

class Scene_Battle < Scene_Base
alias start_mod start
def start
start_mod
@message_window.visible = false
end
def ziiwp_scene_process_battle_start
@message_window.clear
make_escape_ratio
process_battle_event
start_party_command_selection
$game_temp.zii_wait_battle = true
$game_troop.increase_turn
end
end


The only problem is I have to press the action button [enter] to start the battle sequence.
Is there a way to automatically start the battle sequence without pressing the action button?

by the way i'm using:
Tankentai SBS Script

Thanks
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 02:30 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker