siper x
I'm Russia, Fear Russia
- 375
- Posts
- 15
- Years
- Seen Mar 29, 2023
Still no help. Why was i the only one skipped?One of my first scripts, and it isn't working. Saying that shows that I know nothing about scripting, but I tried, and since I'm here, failed. Help?
Spoiler:
It is the how you get your pokemon, original pokedex, etc. script, but isn't working. I looked at other scripts for reference and help, but it still isn't working.
#org 0x9750439
'-----------------------------------
checkflag FR_POKEMON
if true jump 0x994382 ' Flag is set
lockall
checkflag FR_POKEMON
if false jump 0x9843675
release
end
#org 0x994382
'-----------------------------------
release
end
#org 0x9843675
'-----------------------------------
textcolor RED
applymovement PLAYER 0x94b32l6 ' walk_left walk_left...
applymovement 0x6 0x94b32l7 ' look_up_delayed e...
msgbox 0x991269D ' Hi...
addpokemon EEVEE 7 ORANBERRY 0x0 0x0 0x0
msgbox 0x991279D ' Yo...
additem TRIPASS 0x1
setflag FR_POKEDEX
setflag FR_POKEMON
msgbox 0x9943695 ' Th...
setflag FR_RUNNING_SHOES
msgbox 0x9953976 ' Go...
release
end
#org 0x94b32l6
M walk_left walk_left walk_down end
#org 0x94b32l7
M look_up_delayed end
#org 0x991269D
= Hi [player]!\nHow's it going?\pYou got a package from\nyour dad. It's an EEVEE\nand a Pokedex!
#org 0x991279D
= You also have been given\na pass to the PokeSchool!
#org 0x9943695
= This is from me.\nI hope you like it.\pObtained Running Shoes!
#org 0x9953976
= Go on now.\nMake me and your father\nproud!