;; ;; Slave 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. ;; ;; Master is lnkMstr.ats ;; ;; Script Name Scriptname lnkSlv Start: Rate 1,0 ;; Set the Anim Rate to 30 fps Tex 0 ;; Set the texture to Frame 0 End ;; Terminate Slave until Master script calls function XDef slaveSetTexture1 Tex 1 ;; Set texture to 1 when told. End XDef slaveResetTexture Tex 0 ;; Reset texture when told. End