Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
A PKSV Extra Scripting Tutorial
I'm making a new script where you have to pay 10 pokedollars to get a pokemon but when I compile it a message comes up saying extra characters on line ignoring. What am I doing wrong?
Thank you so much! I am new to PKSV so I make stupid mistakes...
I'm making a road blocked script and thanks to manadhon I have made half of it, but now I need to make the person script. Can anyone help? This is the first script that manahdon made:
#org 0x8740000...
This is what it should be:
#dyn 0x740001
#org 0x81565C
'-----------------------------------
lockall
checkflag 0x253
if true jump 0x87405A ' Flag is set
if false jump 0x87409E
setflag 0x251
waitbutton
releaseall
end
#org 0x87405A
message 0x87402A ' I'm sorry, th-\pOh r...
showmsg
waitbutton...
I've made a script and saved and compiled it, but when I try to open it on Advance Map it comes up like this:
#org 0x881565C
'-----------------------------------
lockall
checkflag 0x253
if true jump 0x887405A ' Flag is set
if false jump 0x887409E ' Flag is unset
setflag 0x251
waitbutton...