;; Script Name Scriptname helpObi 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,260 UntilTex = 260 End ;; Event 4 Off ;; Off 4 Tex 0 ;; Set Texure to 0 End