summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 00:16:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 00:16:12 -0300
commitc30da2624f9a6ceb4039868af2326c08393da0c4 (patch)
treed7b1b5d0e002b416941e43fe9acbbfb0632b3048 /npc/003-1-1
parent23c486fea3a195f5a34afee8b45c3b238980b52c (diff)
downloadserverdata-c30da2624f9a6ceb4039868af2326c08393da0c4.tar.gz
serverdata-c30da2624f9a6ceb4039868af2326c08393da0c4.tar.bz2
serverdata-c30da2624f9a6ceb4039868af2326c08393da0c4.tar.xz
serverdata-c30da2624f9a6ceb4039868af2326c08393da0c4.zip
A debug feature for me
Diffstat (limited to 'npc/003-1-1')
-rw-r--r--npc/003-1-1/yetiking.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index 2382f87ac..948d3e79d 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -5,7 +5,9 @@
// Celestia Yeti King's quest. Designed so if you're with 4 players, all 4 can
// summon the Yeti King, helping you while doing the quest by themselves.
-// setnpcdisplay getarg(0), NPC_YETI_KING
+// Notes:
+// $@GM_OVERRIDE
+// Only possible with @set command, overrides the co-op requeriment.
003-1-1,94,21,0 script #YetiKing NPC_SUMMONING_CIRC,{
@@ -36,7 +38,7 @@ OnTimer2000:
end;
OnTimer5000:
- if (getareausers("003-1-1", 5) < 2) {
+ if (getareausers("003-1-1", 5) < 2 && !$@GM_OVERRIDE) {
npctalk("A lone adventurer? Pft. I'm back to my slumber!");
} else {
npctalk("You're courageous to summon me, I'll give you that.");