- 5
- Posts
- 12
- Years
- Seen Feb 1, 2014
You should try using a flag greater than 1000, 201 is a flag currently being used by the game and may cause glitches in it. That's why people have XSE tutorials on PC.
Changed the event to 1001, but now the guy won't give the item even though he says statement1.
Now I feel really stupid.
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x900
if 0x1 goto @nomore
msgbox @talk1 0x6
callstd 0x4
release
end
#org @nomore
msgbox @talk2 0x6
callstd 0x4
release
end
#org @talk1
= Hey, you're my first visitor! I'm\nso happy. Here, please take this\litem as a reward. I don't really\lhave any use for it.
callstd 0x4
giveitem 0xB8 0x1 0x0
compare LASTRESULT 0x0
if 0x1 goto @bagfull
goto @talk2
callstd 0x4
setflag 0x900
release
end
#org @talk2
= The Soothe Bell raises a pokemon's\nhappiness. Some pokemon will even\levolve when they max their\lhappiness towards you.
#org @bagfull
= Too Bad!\nThe BAG is full.