- 97
- Posts
- 12
- Years
- Seen Jun 7, 2016
Very first script in Xse...so simple too :<
I believe special 0x171 triggers the running shoes...? I took it from the running shoes gift script in Pewter City. If it doesn't, could someone tell me what does?
It's supposed to be an event that triggers when stepped on. But the game freezes as soon as I step on the tile.
What am I doing wrong?
Oh, and this is Firered by the way.
---------
#dynamic 0x803FD4
#org @start
lock
checkflag 0x1200
if 0x1 jump @no
special 0x171
showpokepic 0xfe 0x0 0x4
msgbox @spawn 0x4
givepokemon 0x32 0x5 0x8e 0x0 0x0 0x0
release
end
#org @spawn
= ...Where am I?
#org @no
showpokepic 0xfe 0x0 0x4
msgbox @no 0x4
= ...I really shouldn't be dawdling here.
release
end
I believe special 0x171 triggers the running shoes...? I took it from the running shoes gift script in Pewter City. If it doesn't, could someone tell me what does?
It's supposed to be an event that triggers when stepped on. But the game freezes as soon as I step on the tile.
What am I doing wrong?
Oh, and this is Firered by the way.
---------
#dynamic 0x803FD4
#org @start
lock
checkflag 0x1200
if 0x1 jump @no
special 0x171
showpokepic 0xfe 0x0 0x4
msgbox @spawn 0x4
givepokemon 0x32 0x5 0x8e 0x0 0x0 0x0
release
end
#org @spawn
= ...Where am I?
#org @no
showpokepic 0xfe 0x0 0x4
msgbox @no 0x4
= ...I really shouldn't be dawdling here.
release
end