summaryrefslogtreecommitdiff
path: root/npc/sample/gstorage_test.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-14 16:18:26 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-14 16:18:26 +0000
commit581475bc6416790765c498aa3d611f6868ffb64a (patch)
tree347ebf88eaa76e50488f23989d67cad834f3c9b1 /npc/sample/gstorage_test.txt
parent600362764ce348c5c9de96eababff2e08bb90d4a (diff)
downloadhercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.gz
hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.bz2
hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.xz
hercules-581475bc6416790765c498aa3d611f6868ffb64a.zip
Fixed some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/sample/gstorage_test.txt')
-rw-r--r--npc/sample/gstorage_test.txt66
1 files changed, 33 insertions, 33 deletions
diff --git a/npc/sample/gstorage_test.txt b/npc/sample/gstorage_test.txt
index aa6749ec0..6a8816e43 100644
--- a/npc/sample/gstorage_test.txt
+++ b/npc/sample/gstorage_test.txt
@@ -1,33 +1,33 @@
-// カプラギルド倉庫サービス テストスクリプト
-prontera.gat,165,188,4 script ギルド倉庫カプラ 112,{
- cutin "kafra_06",2;
-
- mes"[ギルド倉庫カプラ]";
- mes "カプラギルド倉庫サービスです。";
- mes "毎度ご利用ありがとうございます♪";
- mes "テスト用なので金は貰いません。";
- next;
- menu "ギルド倉庫を利用する",GS_OPEN,"やっぱやめる",GS_EXIT3;
-
-GS_OPEN:
- set @flag,guildopenstorage(0);
- if(@flag == 1) goto GS_EXIT1;
- if(@flag == 2) goto GS_EXIT2;
- goto GS_EXIT4;
-
-GS_EXIT1:
- mes "ギルドメンバーが倉庫を使用中です。";
- mes "しばらく待ってから利用してください。";
- goto GS_EXIT4;
-
-GS_EXIT2:
- mes "ギルドに所属してない方は利用することができません。";
- goto GS_EXIT4;
-
-GS_EXIT3:
- mes "またのご利用をお待ちしています♪";
-
-GS_EXIT4:
- cutin "kafra_06",255;
- close;
-}
+// カプラギルド倉庫サービス テストスクリプト
+prontera.gat,165,188,4 script ギルド倉庫カプラ 112,{
+ cutin "kafra_06",2;
+
+ mes"[ギルド倉庫カプラ]";
+ mes "カプラギルド倉庫サービスです。";
+ mes "毎度ご利用ありがとうございます♪";
+ mes "テスト用なので金は貰いません。";
+ next;
+ menu "ギルド倉庫を利用する",GS_OPEN,"やっぱやめる",GS_EXIT3;
+
+GS_OPEN:
+ set @flag,guildopenstorage(0);
+ if(@flag == 1) goto GS_EXIT1;
+ if(@flag == 2) goto GS_EXIT2;
+ goto GS_EXIT4;
+
+GS_EXIT1:
+ mes "ギルドメンバーが倉庫を使用中です。";
+ mes "しばらく待ってから利用してください。";
+ goto GS_EXIT4;
+
+GS_EXIT2:
+ mes "ギルドに所属してない方は利用することができません。";
+ goto GS_EXIT4;
+
+GS_EXIT3:
+ mes "またのご利用をお待ちしています♪";
+
+GS_EXIT4:
+ cutin "kafra_06",255;
+ close;
+}