Page 1 of 1

${Spawn[]} bugs V2

Posted: Tue Jun 15, 2004 5:58 am
by kabl2k
I should of clarifyed my Variables i guess more.
${mob1} is not a name it resolved to Y:X location in my ini file my bad please unlock that thread those are valid bugs in the way that ${Spawn[]} is working now.

Hate to post this in a new thread but you did lock that one :(

Posted: Tue Jun 15, 2004 7:01 am
by Falco72
I made the same question and the answer that was good to me will be good also to you. You are using a bad syntax, the right one is:

Code: Select all

${Spawn[npc loc X Y radius 100].ID}
without any simbols between X and Y, no ":", no ",", nothing. Of couse the radius can be any value, 100 is only as example.
It works.