diff options
-rw-r--r-- | npc/000-2-1/savepoint.txt | 19 |
1 files changed, 17 insertions, 2 deletions
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: |