;; ;; Master Link Script - Generic link script ;; ;; Usage: Base script for linked animated textures. This script simply flashes multiple textures ;; in sync. ie use with lightining and surrounding affected areas. ;; ;; Slaves are lnkSlv.ats ;; ;; Script Name Scriptname lnkMstr Start: Rate 1,0 ;; Set the Anim Rate to 30 fps Tex 0 ;; Set the texture to Frame 0 ;; ;; Main Loop ;; Loop: Wait 0,60 ;; Wait randomly between 0 to 160 frames XRef slaveSetTexture1 ;; Tell slave to set texture Tex 1 ;; Set texture Wait 1,2 XRef slaveResetTexture ;; Tell slave to reset texture Tex 0 ;; Reset texture Goto Loop ;; Restart the loop