myfavouriteax
Pop Bop's Boppin' Beats
- 338
- Posts
- 16
- Years
- Baltimore, Maryland
- Seen May 8, 2019
Hey! Can anyone at all tell me what's wrong with this script?
Spoiler:
'-----------------------
#org 0x71B58D
applymovement 0x4 0x871B5D7
waitmovement 0x0
msgbox 0x871B5DB '"HEY! /pGet down from there!/nPunk!"
callstd 0x6
showsprite 0x3
applymovement 0x3 0x871B5FF
waitmovement 0x0
applymovement 0x3 0x871B5FF
waitmovement 0x0
hidesprite 0x3
applymovement MOVE_PLAYER 0x871B606
waitmovement 0x0
applymovement 0x3 0x871B602
waitmovement 0x0
msgbox 0x871B609 '"Don't do it again!"
callstd 0x6
release
end
'-----------
' Movements
'-----------
#org 0x71B5D7
#raw 62 'Exclamation Mark (!)
#raw 1 'Face Up
#raw FE 'End of Movements
#org 0x71B5FF
#raw 15 'Jump2 Up
#raw FE 'End of Movements
#org 0x71B606
#raw 14 'Jump2 Down
#raw FE 'End of Movements
#org 0x71B602
#raw 10 'Step Down (Normal)
#raw 10 'Step Down (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x71B5DB
= HEY! /pGet down from there!/nPunk!
#org 0x71B609
= Don't do it again!
#org 0x71B58D
applymovement 0x4 0x871B5D7
waitmovement 0x0
msgbox 0x871B5DB '"HEY! /pGet down from there!/nPunk!"
callstd 0x6
showsprite 0x3
applymovement 0x3 0x871B5FF
waitmovement 0x0
applymovement 0x3 0x871B5FF
waitmovement 0x0
hidesprite 0x3
applymovement MOVE_PLAYER 0x871B606
waitmovement 0x0
applymovement 0x3 0x871B602
waitmovement 0x0
msgbox 0x871B609 '"Don't do it again!"
callstd 0x6
release
end
'-----------
' Movements
'-----------
#org 0x71B5D7
#raw 62 'Exclamation Mark (!)
#raw 1 'Face Up
#raw FE 'End of Movements
#org 0x71B5FF
#raw 15 'Jump2 Up
#raw FE 'End of Movements
#org 0x71B606
#raw 14 'Jump2 Down
#raw FE 'End of Movements
#org 0x71B602
#raw 10 'Step Down (Normal)
#raw 10 'Step Down (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x71B5DB
= HEY! /pGet down from there!/nPunk!
#org 0x71B609
= Don't do it again!