- 7
- Posts
- 1
- Years
- Seen Sep 24, 2023
I am using XSE and followed a YouTube tutorial to write this script.
#dynamic 0x800000
#org @start
hidesprite 7
fanfare 0x13E
msgbox @talk1 0x6
givepokemon 0x100 0x19 0x44 0x0 0x0 0x0
waitfanfare
setflag 0x1202
release
end
#org @talk1
= You obtained a COMBUSKEN!
When I interact with the person event, it is supposed to hide the sprite, display a text box, and add Combusken to my team.
When I interact with the person event, here is what actually happens. It disappears, displays the text box, and I am unable to check my party if Combusken is there so I am assuming it doesn't actually add it. It is supposed to be a level 25 Combusken with a rare candy as a held item. After I take my first step after interacting with the event, the event reappers.
How do I get the event to do as intended?
#dynamic 0x800000
#org @start
hidesprite 7
fanfare 0x13E
msgbox @talk1 0x6
givepokemon 0x100 0x19 0x44 0x0 0x0 0x0
waitfanfare
setflag 0x1202
release
end
#org @talk1
= You obtained a COMBUSKEN!
When I interact with the person event, it is supposed to hide the sprite, display a text box, and add Combusken to my team.
When I interact with the person event, here is what actually happens. It disappears, displays the text box, and I am unable to check my party if Combusken is there so I am assuming it doesn't actually add it. It is supposed to be a level 25 Combusken with a rare candy as a held item. After I take my first step after interacting with the event, the event reappers.
How do I get the event to do as intended?