*script4each "<script>",<type>{,...}
for example:
type0:all players in the server:script4each "<script>",0;
type1:all players in the map:script4each "<script>",1,"mapname";
type2:all players in the instance:script4each "<script>",3,cid;
type3:all players in the party:script4each "<script>",3,cid;
type4:all players in the guild "<script>",4,cid;
need it, please.