|
@xGGxToiZ ok, I'm still having minor problems now, i get errors when i try to compile
these are the first two i got:
apparently there supposed to be TWO spaces between the command msgbox and the @(whatever), but i fixed that
the other is the fact that it doesn't recognize the command "boxset" this is part of my script to give a level 50 Venasaur:
#org @give
givepokemon 0x3 0x50 0x0 0x0 0x0 0x0
fanfare 0x13E
waitfanfare
setflag 0x1200
msgbox @poke
boxset 0x6
release
end
|