- 14
- Posts
- 7
- Years
- The Unova Region
- Seen Mar 18, 2020
Hey everyone,
I made a script where a npc gives you a metal coat. But when I talk to the npc in game it just plays the beep sound and nothing else. I don't know what to do and would like some input. Heres my script:
#dynamic 0x800657
#org @start
lock
faceplayer
checkflag 0x1273
if 0x1 goto @nomore
msgbox @talk1 0x6
giveitem 0x199 0x1 0x0
setflag 0x1273
release
end
#org @nomore
msgbox @talk2 0x6
release
end
#org @talk1
= Hey there! I found this by the\nMILTANK the other day.\pYou probably know what this is.
#org @talk2
= My favorite POKeMON is SCIZOR! I\nwonder how SCYTHER evolves into\lSCIZOR.
I made a script where a npc gives you a metal coat. But when I talk to the npc in game it just plays the beep sound and nothing else. I don't know what to do and would like some input. Heres my script:
#dynamic 0x800657
#org @start
lock
faceplayer
checkflag 0x1273
if 0x1 goto @nomore
msgbox @talk1 0x6
giveitem 0x199 0x1 0x0
setflag 0x1273
release
end
#org @nomore
msgbox @talk2 0x6
release
end
#org @talk1
= Hey there! I found this by the\nMILTANK the other day.\pYou probably know what this is.
#org @talk2
= My favorite POKeMON is SCIZOR! I\nwonder how SCYTHER evolves into\lSCIZOR.