- 3
- Posts
- 11
- Years
- Seen Feb 28, 2014
Game: Sapphire
Type: Person
Editor: XSE
Script:
The problem is that nothing happens when I talk to the Person. It just makes the "bleep" sound.
Type: Person
Editor: XSE
Script:
Spoiler:
#dynamic 0x800020
#org @start
lock
checkflag 0x1500
if 0x1 goto @done
msgbox @q 0x05
compare LASTRESULT 0x1
if 0x1 goto @giveitem
release
end
#org @done
msgbox @check 0x06
release
end
#org @giveitem
giveitem 0x01 0x01 0x00
msgbox @rec 0x06
setflag 0x1500
release
end
#org @q
= It looks like someone lost their bag! Would you like to search it?
#org @check
= There is nothing else in the bag.
#org @rec
= /v/h01 found a Master Ball!
#org @start
lock
checkflag 0x1500
if 0x1 goto @done
msgbox @q 0x05
compare LASTRESULT 0x1
if 0x1 goto @giveitem
release
end
#org @done
msgbox @check 0x06
release
end
#org @giveitem
giveitem 0x01 0x01 0x00
msgbox @rec 0x06
setflag 0x1500
release
end
#org @q
= It looks like someone lost their bag! Would you like to search it?
#org @check
= There is nothing else in the bag.
#org @rec
= /v/h01 found a Master Ball!
The problem is that nothing happens when I talk to the Person. It just makes the "bleep" sound.
Last edited: