prontera,155,181,5 script Sample#broadcast 757,{ mes "Enter message"; input .@message$; announce strcharinfo(0)+": "+.@message$,bc_all; close; OnInit: if( !agitcheck() && !agitcheck2() ) end; OnAgitStart: OnAgitStart2: hideonnpc strnpcinfo(0); end; OnAgitEnd: OnAgitEnd2: hideonnpc strnpcinfo(0); end; }