crashing game

● ARCHIVED · READ-ONLY
Started by ninja_koksu 8 posts View original ↗
  1. I need help with BattleManager script for VX ace. When I try to run away in battle I get an error like this "Script 'BattleManager' line 218: ArgumentError occurred. invalid value for Float(): "sebek"".
    I realy need help
  2. A link to the script, perhaps?

    Sounds like you haven't configured the script properly. You've put "sebek" where a number should be.
  3. Haven't looked at your project yet, but the line suggests that your "EscapeStart" message (configurated in Vocab, line 32 by default) could not be formatted. Usually this string is supposed to contain %s as a placeholder for the party leaders name - maybe you accidently replaced that with %f ?
  4. no it's not that, I have only translate it
  5. Then you should ask the original game developer for help, because we can't tell if that error was caused by your translation or if it was already in the game - and only the developer can fix game errors.
    Just contact him or her again (like you hopefully did to get the OK for being allowed to translate his game).
  6. men... I am the developer of this game
  7. Then please show us the line of the vocab mentioned above, so that we can see if its code is still correct. Because that placeholder %s inside it is part of the program code, you can only move but not change it in translation.