root/npc/sample/npc_test_npctimer2.txt @ 6

Revision 1, 319 bytes (checked in by jinshiro, 17 years ago)
Line 
1prontera,156,183,0      script  NPCtimerƒeƒXƒg::npctimerX0000   116,{
2L_INIT:
3        mes "What would you like to know?";
4        menu "Tell me my level",L_WAIT;
5
6L_WAIT:
7        mes "I need time to think...";
8        initnpctimer;
9        attachnpctimer;
10        close;
11
12OnTimer5000:
13        mes "Ah, your level is " + readparam(11);
14        detachnpctimer;
15        close;
16}
Note: See TracBrowser for help on using the browser.