summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-09 04:48:42 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-09 04:48:42 -0300
commit6eb908ac9c17298537eaf70f71388d8d000b64fb (patch)
tree70b4cda126672eb93e8d4eeaae42fad9b2bba752
parentd04619229abc5ba9969c75dc1eb3d7d4d8735798 (diff)
downloadserverdata-6eb908ac9c17298537eaf70f71388d8d000b64fb.tar.gz
serverdata-6eb908ac9c17298537eaf70f71388d8d000b64fb.tar.bz2
serverdata-6eb908ac9c17298537eaf70f71388d8d000b64fb.tar.xz
serverdata-6eb908ac9c17298537eaf70f71388d8d000b64fb.zip
You can now deal with Henry files, and this will affect the factions reputations
-rw-r--r--npc/001-2-43/core.txt27
1 files changed, 26 insertions, 1 deletions
diff --git a/npc/001-2-43/core.txt b/npc/001-2-43/core.txt
index f7f29d1d..9ccd09a0 100644
--- a/npc/001-2-43/core.txt
+++ b/npc/001-2-43/core.txt
@@ -40,8 +40,33 @@ OnRead:
// .@t$=faction_addrep("Legion", 50)
// .@t$=faction_addrep("Thief", 50)
// mesc .@t$;
- dispbottom l("This is it! Henry's files! NOW I MUST GET OUT OF HERE BEFORE I'M CAUGHT!!");
+ mes l("This is it - Henry's files!");
+ mes l("I need to decide swiftly what I'll do with them before I'm caught.");
+ next;
+ select
+ l("Hide the file below the pots"),
+ l("[Legion+] [Thieves-] Highlight the file"),
+ l("[Legion-] [Thieves+] Destroy the file");
+ mes "";
+ switch (@menu) {
+ case 2:
+ .@t$=faction_addrep("Legion", 50)
+ mesc .@t$;
+ .@t$=faction_addrep("Thief", -50)
+ mesc .@t$;
+ next;
+ break;
+ case 3:
+ .@t$=faction_addrep("Legion", -50)
+ mesc .@t$;
+ .@t$=faction_addrep("Thief", 50)
+ mesc .@t$;
+ next;
+ break;
+ }
+ dispbottom l("You notice by chance that the file does not have any picture on it.");
setq ThiefQuests_Artis, 2, 0, 0;
+ closeclientdialog;
}
end;