;; ;; Cortex Eyes ;; ;; Script Name Scriptname CrtxBlnk Start: Rate 1,0 ;; Set the Anim Rate to 30 fps Tex 0 ;; Set the texture to Frame 0 ;; ;; Main Blink Loop ;; BlinkLoop: Wait 0,180 ;; Wait randomly between 0 to 160 frames Tex 1 Wait 0,7 ;; Hold eye closed for random time Tex 2 Tex 0 Goto BlinkLoop ;; Restart the loop