red5677
Non-Existent Elite Four Champ
- 27
- Posts
- 16
- Years
- California, United States
- Seen May 6, 2025
[UPDATE]
It was just a problem on my end....
Can someone help me debug this?
#dynamic 0x2E508E
#org @start
lock
checkflag 0x1201
if 0x1 goto @done
msgbox @talk1 0x6
faceplayer
msgbox @talk2 0x6
giveitem 0x0C8 0x1 0x0
msgbox @talk3 0x6
setflag 0x1201
release
end
#org @done
= Hmm....
release
end
#org @talk1
= Hmm where is that item....
#org @talk2
= Oh hello! I was looking for\nsomething but I found a bunch of\ljunk. Perhaps this would be of use\lto you.
#org @talk3
= Have fun!
I've learned and applied a similar format and that one does work. However with this script it just keeps giving infinite items. Is it something to do with the checkflag/setflag? I've tried experimenting with clearflag but that didn't yield any results either. Also please correct me if my posting etiquitte is wrong. Thanks!
It was just a problem on my end....
Can someone help me debug this?
#dynamic 0x2E508E
#org @start
lock
checkflag 0x1201
if 0x1 goto @done
msgbox @talk1 0x6
faceplayer
msgbox @talk2 0x6
giveitem 0x0C8 0x1 0x0
msgbox @talk3 0x6
setflag 0x1201
release
end
#org @done
= Hmm....
release
end
#org @talk1
= Hmm where is that item....
#org @talk2
= Oh hello! I was looking for\nsomething but I found a bunch of\ljunk. Perhaps this would be of use\lto you.
#org @talk3
= Have fun!
I've learned and applied a similar format and that one does work. However with this script it just keeps giving infinite items. Is it something to do with the checkflag/setflag? I've tried experimenting with clearflag but that didn't yield any results either. Also please correct me if my posting etiquitte is wrong. Thanks!
Last edited: