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