;; Script Name Scriptname anakinKilling Start: Rate 2,0 ;; Set the Anim Rate to 30 Tex 0 ;; Main Loop ;; Loop: Tex 0 Goto Loop ;; Restart the loop ;; Event 3 On ;; On 3 Repeat TexAdj 1,0,149 UntilTex = 149 End ;; Event 3 Off ;; Off 3 Tex 0 ;; Set Texure to 0 End