Remove message "there was no effect on x" in battle?

● ARCHIVED · READ-ONLY
Started by Zevia 5 posts View original ↗
  1. I have a skill that doesn't need to do anything except call a common event, but it looks really bad if there's a delay, and the battle log displays "There was no effect on x!" before actually calling the event. Is there a line in the default script I can remove to not display that, or some way I can make it skip that line if there's no effect, or some way I can make the common event call occur before it says "there was no effect"?

    Basically, I want the order to go like this:

    "x uses skill! (displayed in battle log)

    display skill animation

    (pause)

    Common event called"

    And instead, it's doing this:

    "x uses skill!

    display skill animation

    (pause)

    There was no effect on x! <-- This extra section breaks the flow in a really bad way.

    (pause) <--

    Common event called"

    EDIT: I figured out that if I change the target scope to none, it will prevent that, but then it won't display an animation like I want it to. Is there some way to still display an animation over the character using the skill and not have it do the part of "no effect on x!"?
  2. Fantastic - that's twice you've helped me out by linking to just the right script, JiM!
  3. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.
  4. You forgot to actually close the thread... :lol: