Blizzy
me = Scripter.new("Noob")
- 492
- Posts
- 20
- Years
- Age 35
- ~The Netherlands~
- Seen Sep 2, 2007
i already fixed it...Fangking Omega said:Oh, yes you should. Sorry I forgot to mention that. Yes, both groups sir. One group is under def command_new_game and the other is under def battle_test. The second group isn't as important as the first, but it doesn't hurt to do it.
but thanks for saying how to fix it.
about the arrow,
i don't know why it dissapeared.
but i don't want it anyway... :P
and another thing:
you dont need to add this.$pkmn = Pkmn.new
because this is in it:
Code:
class Scene_Title
alias pe_command_new_game command_new_game
def command_new_game
$pkmn = Pkmn.new
pe_command_new_game
end
end
Last edited: