viewing paste Unknown #10476 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
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;
}
Viewed 1356 times, submitted by Emistry.