diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
commit | 581475bc6416790765c498aa3d611f6868ffb64a (patch) | |
tree | 347ebf88eaa76e50488f23989d67cad834f3c9b1 /npc/sample/npc_test_str.txt | |
parent | 600362764ce348c5c9de96eababff2e08bb90d4a (diff) | |
download | hercules-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/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; +} |