Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
@inCMx=false if @battle.doublebattle && !USEBATTLEBASES && @ret > 0
@lastcmd[index]=@ret
break[/CODE]
add
[CODE=ruby]elsif Input.trigger?(Input::R) # is the same as S
pbPlayDecisionSE
@ret= 5
break[/CODE]
I haven't tested it much so there might be cases where it doesn't work correctly. This script was not made with EBS in mind but should work nontheless.
You need to find this in EBS Scripts:
[CODE=ruby]alias pbCommandMenuEx_ebs pbCommandMenuEx unless self.method_defined?(:pbCommandMenuEx_ebs)
def pbCommandMenuEx(index,texts,mode=0)[/CODE]
and in this def after
[CODE=ruby]if Input.trigger?(Input::C) || (defined?($mouse) && cw.mouseOver? && $mouse.leftClick?) # Confirm choice
pbSEPlay("SE_Select2")
@ret=cw.index
@inCMx=false if @battle.doublebattle && !USEBATTLEBASES && @ret > 0
@lastcmd[index]=@ret
break[/CODE]
add
[CODE=ruby]elsif Input.trigger?(Input::R) # is the same as S
pbPlayDecisionSE
@ret= 5
break[/CODE]
I haven't tested it much so there might be cases where it doesn't work correctly. This script was not made with EBS in mind but should work nontheless.