summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-26 09:45:17 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-26 09:45:17 -0300
commit2e2a835518e2de6660d4c3f6e8b24fa9ae0ebcdd (patch)
tree9c1f70c8d81c4c9f9783de8db20bf589c284b5a0 /npc/001-7
parentb04b6ffbfdde1469acf341c8172b23b429d999ad (diff)
downloadserverdata-2e2a835518e2de6660d4c3f6e8b24fa9ae0ebcdd.tar.gz
serverdata-2e2a835518e2de6660d4c3f6e8b24fa9ae0ebcdd.tar.bz2
serverdata-2e2a835518e2de6660d4c3f6e8b24fa9ae0ebcdd.tar.xz
serverdata-2e2a835518e2de6660d4c3f6e8b24fa9ae0ebcdd.zip
Report how the switch is. (I don't care if arguments are mixed or not, the switch
may mean either “protection active” or “access allowed”)
Diffstat (limited to 'npc/001-7')
-rw-r--r--npc/001-7/homunculus.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt
index 0ed764f51..248cf5101 100644
--- a/npc/001-7/homunculus.txt
+++ b/npc/001-7/homunculus.txt
@@ -250,6 +250,7 @@ OnInit:
mesc l("You flip the switch. Nothing happens.");
// You can unflip it :>
setq2 FrostiaQuest_Homunculus, .@q^.hcID;
+ mesc l("Strange switch status: @@", (.@q&.hcID ? l("Inactive") : l("Active"))), 3;
close;
OnInit:
.hcID=256;