From 54eaedc8a4e15711f6a5250450998a50db293910 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 27 Dec 2015 23:24:48 +0100 Subject: Add warp to 000-0-1 on the savepoint script on 000-2-1. --- npc/000-2-1/savepoint.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'npc/000-2-1') diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index 411ee215..e9ce1a34 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -22,8 +22,23 @@ OnInit: end; } -000-2-1,50,38,0 script #name3 NPC_SAVE_POINT,{ - savepointparticle "000-2-1.gat", 50, 38; +000-2-1,50,38,0 script #name3 NPC_FINAL_POINT,{ + .@q_nard = getq(ShipQuests_Nard); + + if(.@q_nard == 5) + { +OnClick: + narrator 4, + l("You lie in the bed."), + l("Your head is suddently heavy, your eyes are closing..."), + l("You fell asleep."); + + warp "000-0-1", 26, 28; + } + else + { + savepointparticle "000-2-1.gat", 50, 38; + } close; OnInit: -- cgit v1.2.3-60-g2f50