diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-10 02:18:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-10 02:18:09 +0300 |
commit | c01647ad18d5c8f27c8e9cf2bf6727fcc841c962 (patch) | |
tree | 2b3d86dc76fb844036d4c013617434123bd7420c /npc/000-1/couwan.txt | |
parent | cf56a40609daae420c60f88df29d2132b18a4f97 (diff) | |
download | serverdata-c01647ad18d5c8f27c8e9cf2bf6727fcc841c962.tar.gz serverdata-c01647ad18d5c8f27c8e9cf2bf6727fcc841c962.tar.bz2 serverdata-c01647ad18d5c8f27c8e9cf2bf6727fcc841c962.tar.xz serverdata-c01647ad18d5c8f27c8e9cf2bf6727fcc841c962.zip |
Remove windows end lines.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index d4803a73..a4a0b799 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -4,17 +4,17 @@ // Reid // Description: // Couwan is trying to scam the player. -// Variable:
-// x ShipQuests_Couwan
-// Values:
-// 0 Never talked with Couwan.
-// 1 Spoke, and received the quest scam.
+// Variable: +// x ShipQuests_Couwan +// Values: +// 0 Never talked with Couwan. +// 1 Spoke, and received the quest scam. // 2 Done quest scam. 000-1.gat,89,36,0,1 script Couwan 111;2,{ - set @q, getq(ShipQuests_Couwan);
- if (@q == 1) goto l_QuestGiven;
+ set @q, getq(ShipQuests_Couwan); + if (@q == 1) goto l_QuestGiven; if (@q > 1) goto l_QuestDone; |