[ACE] Problem with Yami's Battle Symphony

● ARCHIVED · READ-ONLY
Started by yalli321 3 posts View original ↗
  1. Hello there.
    I'm using Yami Battle Symphony Engine, and while trying it in-game, an error occurred:
    Untitled.png

    The line is:
     

       value = [(@screen_x - @destination_x).abs, @move_x_rate].min
    I'm no scripting expert, so I have no idea what to do.
    However, when I try a battle through the database, everything works fine.
    Thank you for you help! I really appreciate it.
  2. Please always link to the script you have problems with, not everyone knows all scripts or has the time to search for them.


    One question: did you start a new game after installing the script?


    Most such errors are the result of using a savefile from before the script was installed, because a lot of script only initialise themselves on new game and are missing data (NIL) when working from an older savefile.
  3. Andar said:
    Please always link to the script you have problems with, not everyone knows all scripts or has the time to search for them.

    One question: did you start a new game after installing the script?

    Most such errors are the result of using a savefile from before the script was installed, because a lot of script only initialise themselves on new game and are missing data (NIL) when working from an older savefile.
    First, thank you for answering, I will link to the script if I have anymore problems in the future.

    Second, I feel incredibly dumb, tested with a new game and it worked fine, thank you again.