TooSkilled
ROM Hacker/Shiny Hunter
- 3
- Posts
- 15
- Years
- Seen Dec 15, 2021
I am trying to make a starter Pokemon script. It should go: Try to walk out door, person is standing in front of it, you talk to them, they give you pokemon, they disappear. So far I have this
The error I am getting is "Unknown keyword get at Line 7"
Could I please get some help with this :)
Code:
#org $start
lock
faceplayer
checkflag 0x828
if 0x01 goto @done
msgbox @get 5
@get 1 = You need protection.\pTake this EEVEE!
givepokemon 133 5 0x8B
setflag 0x828
release
end
#org @done
msgbox @given 5
@given 1 = Take care of EEVEE.
release
end
Could I please get some help with this :)