summaryrefslogtreecommitdiff
path: root/npc/018-6-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-07 17:39:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-07 17:39:15 -0300
commit5de5c3f0f460da95e32c499e9fe3653237915221 (patch)
tree83155a31359afaf8406649d40328a32ae37624c5 /npc/018-6-1
parentca3e7e47718b06a869ddef6c3e94c1d3ce83423d (diff)
downloadserverdata-5de5c3f0f460da95e32c499e9fe3653237915221.tar.gz
serverdata-5de5c3f0f460da95e32c499e9fe3653237915221.tar.bz2
serverdata-5de5c3f0f460da95e32c499e9fe3653237915221.tar.xz
serverdata-5de5c3f0f460da95e32c499e9fe3653237915221.zip
Be more reliable
Diffstat (limited to 'npc/018-6-1')
-rw-r--r--npc/018-6-1/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index 43ace5249..51ba4e704 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -88,7 +88,7 @@ OnTouch:
.@q2=getq2(LoFQuest_Barbara);
.@q3=getq3(LoFQuest_Barbara);
// Skipped cutscenes, show you the EXIT
- if (.@q == 1 && .@q3 != 2)
+ if (.@q == 1 && .@q3 != 1)
cwarp "017-1", 32, 45;
if (.@q >= 1) {
@@ -177,7 +177,7 @@ OnTouch:
.@q3=getq3(LoFQuest_Barbara);
if (.@q == 1 && .@q3 == 0) {
enablenpc instance_npcname("Wounded Soldier#01861", .@q2);
- addtimer 500, instance_npcname("Wounded Soldier#01861", .@q2)+"::OnMain";
+ addtimer2(500, instance_npcname("Wounded Soldier#01861", .@q2)+"::OnMain");
}
end;