diff options
Diffstat (limited to 'npc/sample/npc_test_str.txt')
-rw-r--r-- | npc/sample/npc_test_str.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/sample/npc_test_str.txt b/npc/sample/npc_test_str.txt index 2f4950139..77591a210 100644 --- a/npc/sample/npc_test_str.txt +++ b/npc/sample/npc_test_str.txt @@ -1,17 +1,17 @@ -// ΆρΟΜeXg
-prontera.gat,164,188,1 script ΆρeXg 112,{
- set @str$, "ΆρP";
- mes "ΆρΟF" + @str$ ;
- mes "mFF" + @str$ + " ...OK?";
- next;
- mes "δr`eqOKF" + (@str$=="ΆρP");
- mes "δr`eqNGF" + (@str$=="Άρ");
- mes "δr`neOKF" + (@str$!="00000");
- mes "δr`neNGF" + (@str$!="ΆρP");
- mes "δr`gtOKF" + ("aab">"aaa");
- mes "δr`ltNGF" + ("aab"<"aaa");
- next;
- input @str2$;
- mes "όΝf[^Ν " + @str2$ + " Ε·B";
- close;
-}
+// ΆρΟΜeXg +prontera.gat,164,188,1 script ΆρeXg 112,{ + set @str$, "ΆρP"; + mes "ΆρΟF" + @str$ ; + mes "mFF" + @str$ + " ...OK?"; + next; + mes "δr`eqOKF" + (@str$=="ΆρP"); + mes "δr`eqNGF" + (@str$=="Άρ"); + mes "δr`neOKF" + (@str$!="00000"); + mes "δr`neNGF" + (@str$!="ΆρP"); + mes "δr`gtOKF" + ("aab">"aaa"); + mes "δr`ltNGF" + ("aab"<"aaa"); + next; + input @str2$; + mes "όΝf[^Ν " + @str2$ + " Ε·B"; + close; +} |