viewing paste delay test | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
//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;
 
}
Viewed 824 times, submitted by akbare.