diff options
author | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-07 08:42:44 -0600 |
commit | 63c2f12d64ab327d60fc41bfa37fd12b5f7e7649 (patch) | |
tree | fd9087fa7497649a1f4defc4cf8e9b1c241fe0b0 /world/map/npc/020-1/rockscissor.txt | |
parent | 95c0fa59d5ab80b96500a89aa9d28fe87e544dc6 (diff) | |
parent | 4cc9ace3c293a6592bcca06db2a558e01308372a (diff) | |
download | serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.gz serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.bz2 serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.tar.xz serverdata-63c2f12d64ab327d60fc41bfa37fd12b5f7e7649.zip |
Merge pull request #206 from wushin/AST-FIX
AST script fix
Diffstat (limited to 'world/map/npc/020-1/rockscissor.txt')
-rw-r--r-- | world/map/npc/020-1/rockscissor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/020-1/rockscissor.txt b/world/map/npc/020-1/rockscissor.txt index a4ca909e..1bfbf62c 100644 --- a/world/map/npc/020-1/rockscissor.txt +++ b/world/map/npc/020-1/rockscissor.txt @@ -11,7 +11,7 @@ //To enable: sed 's_^// __' -i npc/020-1/rockscissor.txt -// 020-1.gat,74,78,0|script|Gobmel|189, +// 020-1.gat,74,78,0|script|Gobmel|189 // { // //var // set @NPC_name$, "[Gobmel]"; @@ -20,7 +20,7 @@ // set @gamblerun, 0; // setarray @CHOOSE_PC$, "Scissors", "Paper", "Rock"; // setarray @CHOSE_ID, 0, 1, 2; -// //0 : scissors; 1: Paper; 2: Rock; +// //0:* scissors; 1: Paper; 2: Rock; // // 0 cut 1 and 1 cover 3 and break 0 ... // //var ends |