@gl3500 You forgot to put it in HEX.
Thanx for the help, i will give it a try and see if it works. Again, Thanx. :-)
@gl3500 You forgot to put it in HEX.
#dynamic 0x71B364
#org @start
checkflag 0x202
if 0x1 goto @hi2
goto @hi
closeonkeypress
release
end
#org @clone
#raw 0x13
#raw 0x01
#raw 0xFE
#org @clonefinal
#raw 0x11
#raw 0x11
#raw 0xFE
#org @hi
lockall
applymovement 0x03 @clone
setdooropened 0x10 0xD
doorchange
applymovement 0x03 @clonefinal
setdoorclosed 0x10 0xD
doorchange
setflag 0x202
releaseall
end
#org @hi2
lockall
msgbox @weird 0x6
closeonkeypress
releaseall
#org @weird
= .......
Thanx, whoops, i actually missed that, sometimes, i actually dont see things as simple as that, i will give it a try, thanx for the help. :-)
Hi, i have another problem now, i was able to compile the script and everything, but it is not working properly. the sprite does not move, the door opens and closes, but the "...." shows up. Why did the sprite not go through the door and into the lab. Please help again. I am trying, but i cannot get script working correctly, i am still quite new to the door command. Can somebody please show me what i am now doing wrong. Appreciate help. Thanx