11-06-2011, 05:16 AM
The lines are the same. I never edited anything other than the configuration settings in the Laura script.
But thanks to you all I changed was
to
And it hits the correct command. I don't know if that is because of an edit I made or what. Thank you for the help as always haha.
But thanks to you all I changed was
Code:
if $game_temp.battle_can_escape == false
@actor_command_window.disable_item(@actor_command_window.height / 32 - 1)
end
to
Code:
if $game_temp.battle_can_escape == false
@actor_command_window.disable_item(@actor_command_window.height / 32)
end
And it hits the correct command. I don't know if that is because of an edit I made or what. Thank you for the help as always haha.