diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-06 20:10:35 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-06 20:10:35 +0400 |
commit | 31af18dc02fffe17c114fafa25bd5d7970a9b666 (patch) | |
tree | 054728e1367488f38cf32931da524eeef7ae8800 /npc/000-1/couwan.txt | |
parent | c052c746eb75a2c284de3ce9d4379c6fc9879fcb (diff) | |
download | serverdata-31af18dc02fffe17c114fafa25bd5d7970a9b666.tar.gz serverdata-31af18dc02fffe17c114fafa25bd5d7970a9b666.tar.bz2 serverdata-31af18dc02fffe17c114fafa25bd5d7970a9b666.tar.xz serverdata-31af18dc02fffe17c114fafa25bd5d7970a9b666.zip |
Fixed newly added language in julia's script.
Major consistency fixes: removing useless whitespaces and returns to next line.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index a4a0b799..c074362d 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -6,7 +6,7 @@ // Couwan is trying to scam the player. // Variable: // x ShipQuests_Couwan -// Values: +// Values: // 0 Never talked with Couwan. // 1 Spoke, and received the quest scam. // 2 Done quest scam. @@ -17,7 +17,6 @@ if (@q == 1) goto l_QuestGiven; if (@q > 1) goto l_QuestDone; - mesn; mesq l("Hello yeye."); next; @@ -63,7 +62,7 @@ l_Water: mesq l("Yeye's brain is probably still full of sea water if yeye can't see the beauty of this place."); next; mesq l("Stupid yeye..."); - + close; l_Decline: |