- script jailmute -1,{ OnPCLoadMapEvent: if(strcharinfo(3)== "sec_pri"){ if(getgroupid() > 60) end; atcommand "@mute "+.temp+" "+strcharinfo(0); set Mute,1; end; } else { if(strcharinfo(3)!= "sec_pri") atcommand "@unmute "+strcharinfo(0); set Mute,0; end; } OnInit: set .temp,100; } sec_pri mapflag loadevent