Help - Search - Members - Calendar
Full Version: An Error when using a script call
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Ace Discussion
marjoni01
Well, I don't know why but when I change my battle system from default battle system with yanfly ace battle engine to free turn battle, I got this error when I'm using a script call to change the battle system in the game:



Is there something wrong with my game interpreter?
Please help me if anyone could... sleep.gif
Pacman
You wrote
CODE
$game_system:set_battle_system(:ftb)
The correct code would be
CODE
$game_system.set_battle_system(:ftb)

Note that you used a colon instead of a period.
marjoni01
QUOTE (Pacman @ Mar 28 2012, 03:08 PM) *
You wrote
CODE
$game_system:set_battle_system(:ftb)
The correct code would be
CODE
$game_system.set_battle_system(:ftb)

Note that you used a colon instead of a period.


Thanks!
It works now! laugh.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.