RPG Maker Forums

Hello all, I am not very experienced with Ruby, and I was hoping to use as little scripting as possible, but I really wanted a side view battle system, and i went with Jets battle system for its simplicity. As far as I know there is no support from him anymore, so I was hoping to get some help here. There is a feature to make the character slide forward when attacking, which is fine, but I dont want them to slide when using an item and you cant specify that. I found a line of code that keeps it from happening when you Guard, I was hoping to just copy that and modify it for using items. Any help would be awesome. Here's the code I wish to modify:

Code:
alias jet3746_use_item use_item
  def use_item(*args, &block)
    sprite = @spriteset.battler_to_sprite(@subject)
    if (@subject.actor? || @subject.bat_sprite?) && !@subject.current_action.guard?
      sprite.slide_forward
    end
    jet3746_use_item(*args, &block)
    if (@subject.actor? || @subject.bat_sprite?) && !@subject.current_action.guard?
      sprite.slide_backward
    end
  end

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,050
Messages
1,018,548
Members
137,835
Latest member
yetisteven
Top