diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-04 11:35:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-04 11:35:08 -0300 |
commit | 1c86717b2c688882e8580225b232da2126dcc849 (patch) | |
tree | 69dfdb8aa43c90a2794c86bdccb0c275a5c94dfc /npc/014-5-1 | |
parent | ac816a929e535912a02360612d02e53bebe2f995 (diff) | |
download | serverdata-1c86717b2c688882e8580225b232da2126dcc849.tar.gz serverdata-1c86717b2c688882e8580225b232da2126dcc849.tar.bz2 serverdata-1c86717b2c688882e8580225b232da2126dcc849.tar.xz serverdata-1c86717b2c688882e8580225b232da2126dcc849.zip |
There is no reward yet (status will change to 7 once complete)
But you can now successfully complete Sagratha's Campaign. Should be about 60% done.
Diffstat (limited to 'npc/014-5-1')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 704beeb6f..3ba73557b 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -55,7 +55,17 @@ function script SaggyMobCount { if (SAGRATHA_SCORE < 0) goto L_Unhappy; - goodbye; end; + mesn; + + if (.@good >= 2) + mesc l("@@ nods as she notices you.", .name$); + if (.@good == 1) + mesc l("@@ raises an eyebrow as you address her.", .name$); + if (.@good == 0) + mesc l("@@ glances at you, suspicion evident in her eyes.", .name$); + + mesq l("Hello."); + close; L_HatAttack: mesn; |