- 1,103
- Posts
- 17
- Years
- Melbourne, Australia
- Seen Oct 12, 2010
Hi everyone i need a favor i need a very basic script for sapphire that i can insert using advance map and assign to one of thoses script things on the floor. The script needs to make the player look up left down then right when i tred on it.
Do want it to happen everytime you stand there. If not here is your script.
Code:
#org $start
checkflag 0x200
if b_true goto $done
applymovement 0xFF $move
pause 0x30
applymovement 0xFF $move1
pause 0x30
applymovement 0xFF $move2
pause 0x30
applymovement 0xFF $move3
pause 0x30
setflag 0x200
release
end
#org $done
release
end
#org $move
$move 1 ; #binary 0x01 0xFE
#org $move1
$move1 1 ; #binary 0x02 0xFE
#org $move2
$move2 1 ; #binary 0x04 0xFE
#org $move3
$move3 1 ; #binary 0x03 0xFE