- 2
- Posts
- 15
- Years
- Seen Feb 18, 2013
Tried it, stupid Hexidecimal mistake, but the script works all the way through now, but I don't warp. Trying to use the SS Aqua Animation and then warp to a new area. Not sure what I'm doing wrong!
:(
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x5
compare 0x800D 0x1
if 0x1 goto @check
msgbox @2 0x6
release
end
#org @check
checkitem 0x16F 0x1
compare 0x800D 0x1
if 0x4 goto @got
release
end
#org @got
msgbox @3 0x6
pause 0x14
special 0x187
compare LASTRESULT 0x2
if 0x1 goto 0x81A7AE0
special 0x188
fadescreen 0x1
special 0x17B
waitstate
goto @warp
end
#org @warp
warp 0x20 0x4 0x1 0x0 0x0
#org @3
= All aboard!
#org @1
= Would you like to ride the\n FERRY?
#org @2
= No ride today!
:(
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x5
compare 0x800D 0x1
if 0x1 goto @check
msgbox @2 0x6
release
end
#org @check
checkitem 0x16F 0x1
compare 0x800D 0x1
if 0x4 goto @got
release
end
#org @got
msgbox @3 0x6
pause 0x14
special 0x187
compare LASTRESULT 0x2
if 0x1 goto 0x81A7AE0
special 0x188
fadescreen 0x1
special 0x17B
waitstate
goto @warp
end
#org @warp
warp 0x20 0x4 0x1 0x0 0x0
#org @3
= All aboard!
#org @1
= Would you like to ride the\n FERRY?
#org @2
= No ride today!