From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/008-1/sabine.txt | 63 ---------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 npc/008-1/sabine.txt (limited to 'npc/008-1/sabine.txt') diff --git a/npc/008-1/sabine.txt b/npc/008-1/sabine.txt deleted file mode 100644 index dc2b11b7..00000000 --- a/npc/008-1/sabine.txt +++ /dev/null @@ -1,63 +0,0 @@ -// Evol scripts. -// Author: -// gumi -// Quest states: -// [1] 0 - cannot do the quest -// [1] 1 - can do the quest -// [1] 2 - talked to inspector (1) <= start -// [1] 3 - talked to old woman (1) -// [1] 4 - talked to old woman (2) -// [1] 5 - talked to inspector (2) -// [1] 6 - talked to troupe leader (1) -// [1] 7 - talked to inspector (3) -// [1] 8 - talked to old man -// [1] 9 - talked to old woman (3) -// [1] 10 - talked to inspector (4) -// [1] 11 - talked to old woman (4) -// [1] 12 - talked to malek -// [1] 13 - searched the bookcase -// [1] 14 - talked to inspector (5) -// [1] 15 - talked to troupe leader (2) <= reward -// [1] 16 - talked to inspector (6) <= reward, end -// [2] unused -// [3] unused -// [t] unused -// Description: -// robberies in hurnscald - -008-1,291,97,0 script Sabine NPC_SABINE,{ - - if (getq(.quest_inspector) != 2) - { - npctalk3(generic(1 | 16)); - end; - } - - speech(4, - l("Isn't this place pretty?"), - l("I love hanging out here!")); - - selectd( - l("Have you seen anything strange lately?"), - l("Do you know anything about the recent robberies?")); - - speech( - l("No, sorry.")); - - close; - -OnInit: - .quest_inspector = HurnscaldQuests_Inspector; - .quest_debug = .quest_inspector; - .distance = 3; - -////////// UNFINISHED ////////// -//////////////////////////////// -// REMOVE THIS CODE WHEN THIS // -// NPC IS NO LONGER A WIP ////// -//////////////////////////////// -//if (!debug) disablenpc(.name$); -///////// UNFINISHED /////////// - - end; -} -- cgit v1.2.3-60-g2f50