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