- 131
- Posts
- 18
- Years
- Seen Jun 16, 2014
This script stops after the use of warp.. Why?
#org $begin
checkflag 0x240
if B_true goto $done
applymovement 0xFF $A
pausemove 0
setflag 0x241
warp 0x5 0x2 0x0
applymovement 0xFF $B
pausemove 0
checkgender
compare LASTRESULT 1
if B_true goto $boy
message $1
boxset 6
setflag 0x201
release
end
#org $done
release
end
#org $boy
message $1
boxset 6
setflag 0x201
release
end
#org $A
$A 1 ; #binary 0x2C 0xFE
#org $B
$B 1 ; #binary 0x2B 0x2A 0xFE
#org $1
$1 1 = Hey Ms.\v\h01!
#org $2
$2 1 = Hey mr.\v\h01!
#org $begin
checkflag 0x240
if B_true goto $done
applymovement 0xFF $A
pausemove 0
setflag 0x241
warp 0x5 0x2 0x0
applymovement 0xFF $B
pausemove 0
checkgender
compare LASTRESULT 1
if B_true goto $boy
message $1
boxset 6
setflag 0x201
release
end
#org $done
release
end
#org $boy
message $1
boxset 6
setflag 0x201
release
end
#org $A
$A 1 ; #binary 0x2C 0xFE
#org $B
$B 1 ; #binary 0x2B 0x2A 0xFE
#org $1
$1 1 = Hey Ms.\v\h01!
#org $2
$2 1 = Hey mr.\v\h01!