Post
by crazyshiza » Tue Sep 03, 2002 4:49 pm
here is an example of the code
/varset v7 $target(name)
:TargetAgain
/target id $v7
/goto :TargetAgain
so this sets v7 equal to a spawn name which for example is "a_shrieker01", the problem is, the /target id $v7 will also target other shriekers even though they are different.