Moderator: MacroQuest Developers

Then, I suggested that we could have a set of variables that deal with the nearest spawn to the character. I use 'spawn' simply because it would make it reusable in more situations other than just this one.I agree...any suggestions for the folks on how to detect a PC within a certain range?
Code: Select all
if ($char(closest_spawn, type) == TYPE_PC ) {
if ( $char(closest_spawn, distance) < 200 ) {
PauseMacro = true; } }
