Page 1 of 1

${Spawn}

Posted: Sun Jun 06, 2004 12:38 pm
by kabl2k
i know that ${Spawn[ radius loc]} wasnt working right, it wouldnt look at the loc at all but find the next one in the radius has this been fixed i havent heard anything about it lately? or is there another way to do that kind of search? i cant use my macro because of this at the moment..

${Spawn[loc]}

Posted: Tue Jun 08, 2004 8:50 am
by nosaj969
What is the syntax for making ${Spawn[loc]} work to find the closest spawn to the loc you give it?

Code: Select all

${Spawn[loc Y,X]} 
${Spawn[loc Y:X]} 
${Spawn[loc Y X]} 
everything I try just gives me the closest spawn to me and pays no attention to the loc.

Thanks
nosaj969

Posted: Tue Jun 08, 2004 3:16 pm
by dont_know_at_all
${Spawn[npc loc ${X} ${Y} radius ${SRadius}]}

works fine.