bretseattle
Member
I can't seem to get an interpeter command to work. How does one call them? Can you do it from the script window from an event or do you need to write an entire script? I specificlly need to be able to change the graphics of an event using only RGSS. I found some bits of code
move_route = RPG::MoveRoute.new
move_route.list.push (RPG::MoveCommand.new (1, [1]))
$game_player.force_move_route (move_route)
It looked promising but I didn't know enough to make this work. Thanks in advance to anyone who takes the time to help.
move_route = RPG::MoveRoute.new
move_route.list.push (RPG::MoveCommand.new (1, [1]))
$game_player.force_move_route (move_route)
It looked promising but I didn't know enough to make this work. Thanks in advance to anyone who takes the time to help.