luizragna
New member
Hello guys. How i do it?
And not one in each.
universe,40,40,4 script Tester#OP 4_M_REINDEER,{
.@count = getunits(BL_PC, .@units, false, "universe"); // Adds all BL_PC on prontera type to the array .@units
for (.@i = 0; .@i < .@count; .@i++)
addtimer(0, "Tester#OP::OnMyEvent", .@units[.@i]);
end;
OnMyEvent:
mes "Hello";
close;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.