BlitŻ1
guahh my dog is so cute
- 472
- Posts
- 16
- Years
- Bay Area, Califronia.
- Seen Oct 1, 2015
Rom:Fire red
Im using XSE
and i have a script that doesnt't work
and my script is a person event
In my map there is a hidden signpost tile where you can get a fluffytail, but when i have it and i talk to here i dosent go to the part of the script where she thanks me.
any help is appreciated.
Im using XSE
and i have a script that doesnt't work
and my script is a person event
Spoiler:
#dynamic 0x804F09
#org @start
checkflag 0x1019
if 0x1 goto @found
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= I can't seem to find my \nFLUFFY TAIL. If you have seen it,\lcan you tell me?
#org @found
lock
faceplayer
checkitem 0x51 0x1
compare LASTRESULT 0x1
if 0x1 goto @youfoundit
msgbox @2 0x6
release
end
#org @2
= I really miss my fluffy tail.
#org @youfoundit
checkflag 0x1020
if 0x1 goto @end
setflag 0x1020
removeitem 0x51 0x1
msgbox @3 0x6
giveitem2 0x3 0x1 0x13E
release
end
#org @end
msgbox @4 0x6
release
end
#org @3
= Oh, that's my fluffy tail!\nThank you for finding it! How\lcan i repay you, I know,\lhere have this.
#org @4
= Thank you so much.
#org @start
checkflag 0x1019
if 0x1 goto @found
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= I can't seem to find my \nFLUFFY TAIL. If you have seen it,\lcan you tell me?
#org @found
lock
faceplayer
checkitem 0x51 0x1
compare LASTRESULT 0x1
if 0x1 goto @youfoundit
msgbox @2 0x6
release
end
#org @2
= I really miss my fluffy tail.
#org @youfoundit
checkflag 0x1020
if 0x1 goto @end
setflag 0x1020
removeitem 0x51 0x1
msgbox @3 0x6
giveitem2 0x3 0x1 0x13E
release
end
#org @end
msgbox @4 0x6
release
end
#org @3
= Oh, that's my fluffy tail!\nThank you for finding it! How\lcan i repay you, I know,\lhere have this.
#org @4
= Thank you so much.
In my map there is a hidden signpost tile where you can get a fluffytail, but when i have it and i talk to here i dosent go to the part of the script where she thanks me.
any help is appreciated.