![]() May 21 2013, 5:50 pm
In response to Neimo
|
|
How i can count the number of summons i have at map??
|
mob Like that? |
The count would remain at 0 when checking through that if() statement, always. Create a variable that is attached to the mob and modify it.
|
attached to client mob?
mob |
Exactly, but when you're adding to the cont variable, you must do it like so:
cont ++ |
Thank you.
mob |
Kewerson93 wrote:
Thank you. > mob If mob dies before spawn(300) the npc summon will live forever. |
mob |
When creating the list, simply subtract your mob from the list.
var/list/L = hearers(usr) - usr
|