:state=0:state=1
:state=1,plrcanbeseen:animate=1,movefore=4
:state=1:nogravity
:state=1,plrcannotbeseen:rotatetoplr
:state=1,plrdistfurther=200:rotatetoplr
:state=1,plrdistwithin=50:state=2,rotatetoplr
:state=2,rateoffire:plraddhealth=-5
:state=2,plrdistfurther=50:state=1
:state=1,plrhigher=-20:moveup=2
:state=1,timergreater=2000:state=3
:state=3,plrhigher=-20:timerstart,state=1
:state=3:moveup=-2
I'm trying to make the creature move down to level with the player, but it keeps moving up! it's as though moveup=-2 is just moving it up positive 2. Plus I swear this worked before. What's wrong?