diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 16:41:57 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-06 16:41:57 +0000 |
commit | b5e60b9d709ada7b94cfb8196df9f9c2e1881a01 (patch) | |
tree | fa4ce91e27dd6f97abbbcca704adc2d8802d2cf7 /npc/sample/npc_test_npctimer2.txt | |
parent | 37054522efee220a79e72bb36a9c8e4309286348 (diff) | |
download | hercules-b5e60b9d709ada7b94cfb8196df9f9c2e1881a01.tar.gz hercules-b5e60b9d709ada7b94cfb8196df9f9c2e1881a01.tar.bz2 hercules-b5e60b9d709ada7b94cfb8196df9f9c2e1881a01.tar.xz hercules-b5e60b9d709ada7b94cfb8196df9f9c2e1881a01.zip |
Fixed some EOL issues
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1056 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/sample/npc_test_npctimer2.txt')
-rw-r--r-- | npc/sample/npc_test_npctimer2.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/sample/npc_test_npctimer2.txt b/npc/sample/npc_test_npctimer2.txt index de9895f3c..d426e1e81 100644 --- a/npc/sample/npc_test_npctimer2.txt +++ b/npc/sample/npc_test_npctimer2.txt @@ -1,16 +1,16 @@ -prontera.gat,156,183,0 script NPCtimerテスト::npctimerX0000 116,{
-L_INIT:
- mes "What would you like to know?";
- menu "Tell me my level",L_WAIT;
-
-L_WAIT:
- mes "I need time to think...";
- initnpctimer;
- attachnpctimer;
- close;
-
-OnTimer5000:
- mes "Ah, your level is " + readparam(11);
- detachnpctimer;
- close;
+prontera.gat,156,183,0 script NPCtimerテスト::npctimerX0000 116,{ +L_INIT: + mes "What would you like to know?"; + menu "Tell me my level",L_WAIT; + +L_WAIT: + mes "I need time to think..."; + initnpctimer; + attachnpctimer; + close; + +OnTimer5000: + mes "Ah, your level is " + readparam(11); + detachnpctimer; + close; }
\ No newline at end of file |