ID:158569
 
mob/Owner
verb
CTS_Red_Summon(mob/M)
set category = "Event"
if(M.team == "Red")
M.loc = usr.loc


Like this it only asks me who to summon in my view,but how do i make it summon everyone?(and no asking who)
What you want to use is a for() loop, to get all the mobs in the world.

Look it up in the reference.
In response to Andre-g1
Ok,thx...works ^^