- 54
- Posts
- 16
- Years
- Seen May 21, 2011
Alright, another question.
This time, after I pass the setdooropened command, my script just repeats instead of moving on to the applymovement commands. Is there something I'm missing? Please help me out.
This time, after I pass the setdooropened command, my script just repeats instead of moving on to the applymovement commands. Is there something I'm missing? Please help me out.
Spoiler:
#dynamic 0x801654
#org @start
msgbox @hey 0x6
applymovement 0xFF @go1
applymovement 0x05 @go2
waitmovement 0x0
msgbox @hey2 0x6
applymovement 0x05 @go3
applymovement 0xFF @go4
waitmovement 0x0
setdooropened 0x6 0x6
doorchange
applymovement 0xFF @go5
applymovement 0x05 @go6
setvar 0x5101 0x0
release
end
#org @hey
= Hey, wait up!
#org @go1
#raw 0x2
#raw 0xFE
#org @go2
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0xFE
#org @hey2
= I heard you moved here.\pMy name is James, nice to meet you.\pProfessor Redbark asked me to find\nyou.\pHere, follow me.
#org @go3
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x1
#raw 0xFE
#org @go4
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @go5
#raw 0x12
#raw 0xFE
#org @go6
#raw 0x11
#raw 0xFE
#org @start
msgbox @hey 0x6
applymovement 0xFF @go1
applymovement 0x05 @go2
waitmovement 0x0
msgbox @hey2 0x6
applymovement 0x05 @go3
applymovement 0xFF @go4
waitmovement 0x0
setdooropened 0x6 0x6
doorchange
applymovement 0xFF @go5
applymovement 0x05 @go6
setvar 0x5101 0x0
release
end
#org @hey
= Hey, wait up!
#org @go1
#raw 0x2
#raw 0xFE
#org @go2
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0x13
#raw 0xFE
#org @hey2
= I heard you moved here.\pMy name is James, nice to meet you.\pProfessor Redbark asked me to find\nyou.\pHere, follow me.
#org @go3
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x1
#raw 0xFE
#org @go4
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0xFE
#org @go5
#raw 0x12
#raw 0xFE
#org @go6
#raw 0x11
#raw 0xFE