summaryrefslogtreecommitdiff
path: root/npc/sample/npc_test_array.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/sample/npc_test_array.txt')
-rw-r--r--npc/sample/npc_test_array.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/sample/npc_test_array.txt b/npc/sample/npc_test_array.txt
index 0cb04fa27..de0a80ef2 100644
--- a/npc/sample/npc_test_array.txt
+++ b/npc/sample/npc_test_array.txt
@@ -1,8 +1,8 @@
-// 配列のテスト
-prontera,164,190,1 script 配列テスト 112,{
+// Array Test
+prontera,164,190,1 script Array Test 112,{
set @hoge[0],1;
set @hoge[1],5;
- mes "hoge[2]を入力してください";
+ mes "Please enter a value for hoge[2].";
next;
input @hoge[2];
mes "hoge => " + @hoge;