diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 20:12:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 20:12:22 -0200 |
commit | a5794cd2f6ed5dfc95b4ad541ad7c0bcf73bdacb (patch) | |
tree | 1dceb6cce5bb1fd5d499fc716040188d4f15d9c2 /npc/012-2/Saulc.txt | |
parent | 7d36b506506e35d1061f09a8af4d037559032e55 (diff) | |
download | serverdata-a5794cd2f6ed5dfc95b4ad541ad7c0bcf73bdacb.tar.gz serverdata-a5794cd2f6ed5dfc95b4ad541ad7c0bcf73bdacb.tar.bz2 serverdata-a5794cd2f6ed5dfc95b4ad541ad7c0bcf73bdacb.tar.xz serverdata-a5794cd2f6ed5dfc95b4ad541ad7c0bcf73bdacb.zip |
Prepare the next main storyline stage. Still incomplete.
Diffstat (limited to 'npc/012-2/Saulc.txt')
-rw-r--r-- | npc/012-2/Saulc.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/012-2/Saulc.txt b/npc/012-2/Saulc.txt index 3163eba62..888d0fa4d 100644 --- a/npc/012-2/Saulc.txt +++ b/npc/012-2/Saulc.txt @@ -15,6 +15,10 @@ .@d=getq2(SQuest_Sponsor); if (.@d != gettime(GETTIME_MONTH)) resetSQS(); + // Are you a sponsor or a guest? + if (!getgmlevel()) + goto L_Guest; + // Core .@q=getq(SQuest_Sponsor); mesn; @@ -51,6 +55,17 @@ L_Close: goodbye; close; +L_Guest: + mesn; + mesq lg("Yo, girl.", "Yo, man."); + next; + mesn; + mesq l("I sponsor the alliance and all I got was a NPC and access to this ugly room."); + next; + mesn; + mesq l("Well, I did got some other things more, but I don't want to be an snob."); + close; + OnInit: .sex = G_MALE; .distance = 5; |