Satoshi Sugimori
Hermit
- 860
- Posts
- 18
- Years
- Age 32
- Tokyo, Japan
- Seen Jul 6, 2023
here, I guess this will do, I think...
#org $begin
checkflag 0x999
if B_true goto $done
applymovement 0x01 $move1
pause 0x190
message $move1
boxset 6
applymovement 0x01 $move2
applymovement 0xFF $move2
pause 0x200
release
end
#org $done
release
end
#org $move1
$move1 ; #binary 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x03 0x03 0x03 0x03 0x04 0xFE
Spoiler:WHOA!!! so many movements! The script can only hold 12-15 movement commands... -_-
#org $move
$move 1 = Hey wait, \v\h01!\nProf. Andreas wants to see you!
#org $move2
$move2 1 ; #binary 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x03 0x03 0x03 0x03 0x04 0x60 0xFE
So I need to do less Movements and it works?