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