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.
I just started hacking today, can someone please help me get this script working properly?
#dynamic 0x71AA49
#org @start
lock
faceplayer
checkflag 0x3A
if 0x1 goto @done
msgbox @story 0x6
release
end
#org @story
msgbox @1 0x6
giveitem 0x1 0x1 0x0
msgbox @2 0x6
setflag 0x3A
release
end
#org...