Hi all!
I searched for it, but it did'nt turn out anything.
How to create a broken door? I changed the autodoor code:
autodoorbroken.fpi
;Artificial Intelligence Script
;Header
desc = Auto Proximity Door (Open and Close)
;Triggers
:state=0,anywithin=75:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,**FRAMEWITHIN=0,6**:state=2,coloff
:state=2,anyfurther=100:state=3,sound=$1,colon
:state=3:decframe=0
:state=3,frameatstart=0:state=0,setframe=0
;End of Script
But how to make the door like it will open an certain amount, without changing the aniomation. The fat letters is the changed piece of code, but I dont know how to say it must stop then.
FRAMEWITHIN=X Y is true when animation X is within frame Y
This is from the manual, but how to say FRAMEWITHIN=0,5, so it stops at the 5th frame? I dont know how to seperate those two numbers.
Please help!
Jeff
Legend of The Beast WIP...
You're the
'th to view this signature!