Muffin™
Knows your age
- 429
- Posts
- 15
- Years
- Age 14
- sucking balls
- Seen May 21, 2014
Hi, I have a problem. When ever I teleport the main hero to another place, none of the scripts work... (you'll see what I mean when you see the script. When I warp it to another place, no applymovement, talking scripts, ect. work). ANY HELP?
Script:
Script:
Spoiler:
'---------------
#org 0x80030B
msgbox 0x8800052 MSG_NORMAL '"Yay!\pThat game I was playing\nis ..."
fadescreen 0x1
warp 0x3 0x0 0xFF 0x10 0x18
fadescreen 0x0
pause 0x20
applymovement MOVE_PLAYER 0x88000C9
waitmovement 0x0
msgbox 0x88000D5 MSG_NORMAL '"W-w-where am I?\pI thought I was o..."
special 0x113
applymovement MOVE_CAMERA 0x88001F7
waitmovement 0x0
msgbox 0x88001FD MSG_NORMAL '"H-h-he's dead.\p[.]\p[.]\p[.]\p[.]..."
special 0x114
applymovement MOVE_CAMERA 0x8800218
waitmovement 0x0
msgbox 0x880021E MSG_NORMAL '"[.]\p[.]\p[.]\pW-w-well I should s..."
release
end
'---------
' Strings
'---------
#org 0x800052
= Yay!\pThat game I was playing\nis very fun!!!\pI hope to play it over\nand over and over and over\land over again!
#org 0x8000D5
= W-w-where am I?\pI thought I was on a cruise ship!\p[.]\p[.]\p[.]\p[.]\pWait[.] I'm on a island in the\nmiddle of the ocean?\pWhat is going on?\p[.]\p[.]\p[.]\pThe[.]\pcruise ship sunk[.]\pMy family[.] gone[.]\p[.]\pI-I-I had good times[.]\pwith them[.]\pa-a-and there gone[.]\p[.]\p[.] [.] [.] [.]\pW-w-well atleast I'm not\nthat guy[.]\po-o-over there.
#org 0x8001FD
= H-h-he's dead.\p[.]\p[.]\p[.]\p[.]\p[.]
#org 0x80021E
= [.]\p[.]\p[.]\pW-w-well I should start\nto look around for food and water\lb-b-before I-I-I look like him[.]
'-----------
' Movements
'-----------
#org 0x8000C9
#raw 0x63 'Question Mark (?)
#raw 0x3 'Face Right
#raw 0x1 'Face Up
#raw 0x2 'Face Left
#raw 0x0 'Face Down
#raw 0x3 'Face Right
#raw 0x1 'Face Up
#raw 0x2 'Face Left
#raw 0x0 'Face Down
#raw 0x1 'Face Up
#raw 0xFE 'End of Movements
#org 0x8001F7
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0xFE 'End of Movements
#org 0x800218
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements
#org 0x80030B
msgbox 0x8800052 MSG_NORMAL '"Yay!\pThat game I was playing\nis ..."
fadescreen 0x1
warp 0x3 0x0 0xFF 0x10 0x18
fadescreen 0x0
pause 0x20
applymovement MOVE_PLAYER 0x88000C9
waitmovement 0x0
msgbox 0x88000D5 MSG_NORMAL '"W-w-where am I?\pI thought I was o..."
special 0x113
applymovement MOVE_CAMERA 0x88001F7
waitmovement 0x0
msgbox 0x88001FD MSG_NORMAL '"H-h-he's dead.\p[.]\p[.]\p[.]\p[.]..."
special 0x114
applymovement MOVE_CAMERA 0x8800218
waitmovement 0x0
msgbox 0x880021E MSG_NORMAL '"[.]\p[.]\p[.]\pW-w-well I should s..."
release
end
'---------
' Strings
'---------
#org 0x800052
= Yay!\pThat game I was playing\nis very fun!!!\pI hope to play it over\nand over and over and over\land over again!
#org 0x8000D5
= W-w-where am I?\pI thought I was on a cruise ship!\p[.]\p[.]\p[.]\p[.]\pWait[.] I'm on a island in the\nmiddle of the ocean?\pWhat is going on?\p[.]\p[.]\p[.]\pThe[.]\pcruise ship sunk[.]\pMy family[.] gone[.]\p[.]\pI-I-I had good times[.]\pwith them[.]\pa-a-and there gone[.]\p[.]\p[.] [.] [.] [.]\pW-w-well atleast I'm not\nthat guy[.]\po-o-over there.
#org 0x8001FD
= H-h-he's dead.\p[.]\p[.]\p[.]\p[.]\p[.]
#org 0x80021E
= [.]\p[.]\p[.]\pW-w-well I should start\nto look around for food and water\lb-b-before I-I-I look like him[.]
'-----------
' Movements
'-----------
#org 0x8000C9
#raw 0x63 'Question Mark (?)
#raw 0x3 'Face Right
#raw 0x1 'Face Up
#raw 0x2 'Face Left
#raw 0x0 'Face Down
#raw 0x3 'Face Right
#raw 0x1 'Face Up
#raw 0x2 'Face Left
#raw 0x0 'Face Down
#raw 0x1 'Face Up
#raw 0xFE 'End of Movements
#org 0x8001F7
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0xFE 'End of Movements
#org 0x800218
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements