Danny0317
Fluorite's back, brah
- 1,066
- Posts
- 11
- Years
- Age 25
- Seen Nov 19, 2023
Well, like the title says I cannot move after a level script. Made sure the vars and value are the same in a-map and the script. Also the script runs perfectly, until the end, where I can't move. Help would be appreciated. The script is in the spoiler
Spoiler:
#dynamic 0x800000
#org @start
lock
checkflag 0x207
if 0x1 goto @end
checkflag 0x828
if 0x1 goto @continue
setvar 0x4001 0x0
release
end
#org @end
release
end
#org @continue
applymovement 1 @mom
waitmovement 0x0
msgbox @1 0x6
applymovement 0xFF @exc
waitmovement 0x0
applymovement 1 @momexc
waitmovement 0x0
msgbox @2 0x6
applymovement 0xFF @lel
msgbox @3 0x6
setflag 0x207
setvar 0x4001 0x0
release
end
#org @mom
#raw 0x62
#raw 0x10
#raw 0x10
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x0
#raw 0xFE
#org @1
= [red_fr][player], what do you mean you're\nleaving?\lYou can't just leave me!
#org @exc
#raw 0x65
#raw 0x5
#raw 0x6
#raw 0x7
#raw 0x8
#raw 0x9
#raw 0x5
#raw 0x6
#raw 0x7
#raw 0x8
#raw 0x9
#raw 0x65
#raw 0xFE
#org @momexc
#raw 0x65
#raw 0xFE
#org @2
= [red_fr]I'm sorry, [player].\nI just.. didn't want anything bad\lto happen to you.. But I know this\lmeans a lot to you, so I'll let\lyou go.
#org @lel
#raw 0x0
#raw 0x66
#raw 0x1
#raw 0xFE
#org @3
= [red_fr]Oh, [player].. just don't\nlet anything bad happen to you..\lAnd please just don't go near the\lprison in Filler Citty.\l
#org @start
lock
checkflag 0x207
if 0x1 goto @end
checkflag 0x828
if 0x1 goto @continue
setvar 0x4001 0x0
release
end
#org @end
release
end
#org @continue
applymovement 1 @mom
waitmovement 0x0
msgbox @1 0x6
applymovement 0xFF @exc
waitmovement 0x0
applymovement 1 @momexc
waitmovement 0x0
msgbox @2 0x6
applymovement 0xFF @lel
msgbox @3 0x6
setflag 0x207
setvar 0x4001 0x0
release
end
#org @mom
#raw 0x62
#raw 0x10
#raw 0x10
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x0
#raw 0xFE
#org @1
= [red_fr][player], what do you mean you're\nleaving?\lYou can't just leave me!
#org @exc
#raw 0x65
#raw 0x5
#raw 0x6
#raw 0x7
#raw 0x8
#raw 0x9
#raw 0x5
#raw 0x6
#raw 0x7
#raw 0x8
#raw 0x9
#raw 0x65
#raw 0xFE
#org @momexc
#raw 0x65
#raw 0xFE
#org @2
= [red_fr]I'm sorry, [player].\nI just.. didn't want anything bad\lto happen to you.. But I know this\lmeans a lot to you, so I'll let\lyou go.
#org @lel
#raw 0x0
#raw 0x66
#raw 0x1
#raw 0xFE
#org @3
= [red_fr]Oh, [player].. just don't\nlet anything bad happen to you..\lAnd please just don't go near the\lprison in Filler Citty.\l