morocc,161,90,5 script Poring#test 1002,{
if(.timer == 1) end;
mes "Pay me?";
menu "Yes",-;
if(zeny < .zeny) end;
zeny -= .zeny;
setnpcdisplay(strnpcinfo(0), "Drops", .disguise);
set .timer,1;
initnpctimer;
end;
OnTimer5000:
setnpcdisplay(strnpcinfo(0), "Poring", .original);
set .timer,0;
stopnpctimer;
end;
OnInit:
set .disguise, 1113;
set .original, 1002;
set .zeny, 1;
end;
}
there you go