//request by : dhika //source : http://rathena.org/wiki/Timers_%28Scripting%29 //---------------------------------------------------- new_1-1,55,106,4 script delaytestnpc 768,{ if(.delay > gettimetick(2)) { mes "kamu memiliki waktu "+(.delay - gettimetick(2))+" seconds untuk memulai pembicaraan ini lagi"; close; } mes "[delay npc]"; mes "hallow bray ..iki test npc?!"; announce "Player "+strcharinfo(0)+" sedang test delay NPC selama 10 menit",bc_all; set .delay,gettimetick(2)+600; //10 minutes next; mes " aku anak sekolah broo"; next; mes " yeah"; close; }