summaryrefslogtreecommitdiff
path: root/npc/sample/npc_test_npctimer.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-05 13:23:07 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-05 13:23:07 +0000
commit288490094a7fe9167747dc78d416940759a31197 (patch)
tree53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /npc/sample/npc_test_npctimer.txt
parent8ec1c47aed09c90343949d57c92760ba84738a46 (diff)
downloadhercules-288490094a7fe9167747dc78d416940759a31197.tar.gz
hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2
hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz
hercules-288490094a7fe9167747dc78d416940759a31197.zip
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/sample/npc_test_npctimer.txt')
-rw-r--r--npc/sample/npc_test_npctimer.txt66
1 files changed, 33 insertions, 33 deletions
diff --git a/npc/sample/npc_test_npctimer.txt b/npc/sample/npc_test_npctimer.txt
index f40d36847..d35c7d4c3 100644
--- a/npc/sample/npc_test_npctimer.txt
+++ b/npc/sample/npc_test_npctimer.txt
@@ -1,33 +1,33 @@
-
-prontera.gat,156,183,0 script NPCtimerテスト::npctimerX0000 116,{
- mes "タイマー値" + getnpctimer(0);
- mes "タイマー状態" + getnpctimer(1,"npctimerX0000");
- mes "イベント個数" + getnpctimer(2);
- menu "初期化",L_INIT,"停止",L_STOP,"再開",L_START,"設定",L_SET;
- close;
-L_INIT:
- initnpctimer;
- close;
-L_STOP:
- stopnpctimer;
- close;
-L_START:
- startnpctimer;
- close;
-L_SET:
- input @temp;
- setnpctimer @temp;
- close;
-
-OnTimer1000:
- announce "1秒経過",0;
- end;
-
-OnTimer5000:
- announce "5秒経過",0;
- end;
-
-OnTimer10000:
- announce "10秒経過",0;
- end;
-}
+
+prontera.gat,156,183,0 script NPCtimerテスト::npctimerX0000 116,{
+ mes "タイマー値" + getnpctimer(0);
+ mes "タイマー状態" + getnpctimer(1,"npctimerX0000");
+ mes "イベント個数" + getnpctimer(2);
+ menu "初期化",L_INIT,"停止",L_STOP,"再開",L_START,"設定",L_SET;
+ close;
+L_INIT:
+ initnpctimer;
+ close;
+L_STOP:
+ stopnpctimer;
+ close;
+L_START:
+ startnpctimer;
+ close;
+L_SET:
+ input @temp;
+ setnpctimer @temp;
+ close;
+
+OnTimer1000:
+ announce "1秒経過",0;
+ end;
+
+OnTimer5000:
+ announce "5秒経過",0;
+ end;
+
+OnTimer10000:
+ announce "10秒経過",0;
+ end;
+}