From b5e60b9d709ada7b94cfb8196df9f9c2e1881a01 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Sun, 6 Feb 2005 16:41:57 +0000 Subject: Fixed some EOL issues git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1056 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/sample/npc_test_npctimer2.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'npc/sample') 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 -- cgit v1.2.3-70-g09d2