diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-30 22:20:20 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-30 22:20:20 -0200 |
commit | f77ddc50f628d2c9e301aa417d9dc05aaec37ed9 (patch) | |
tree | 5eb81b34721dc65ec1f186ec0bbfcbe91c878ae7 /npc/002-3/doors.txt | |
parent | aa8111f7bb0a6bc62f72b8a615d54a3a8b4f336c (diff) | |
download | serverdata-f77ddc50f628d2c9e301aa417d9dc05aaec37ed9.tar.gz serverdata-f77ddc50f628d2c9e301aa417d9dc05aaec37ed9.tar.bz2 serverdata-f77ddc50f628d2c9e301aa417d9dc05aaec37ed9.tar.xz serverdata-f77ddc50f628d2c9e301aa417d9dc05aaec37ed9.zip |
Move Nard and Elmo to 002-3. Unlink 002-4 from world.
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r-- | npc/002-3/doors.txt | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index abf9c892a..79d95c2b9 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -8,13 +8,11 @@ OnTouch: if (getq(ShipQuests_Julia) < 3) { - setcamnpc "Julia"; - mesn "Julia"; - mesq l("The captain has locked the door, you should go see him."); + setcamnpc "Nard"; + mesn l("Nard"); + mesq l("Where do you think you are going, without talking to me first?"); next; - - mesn "Narrator"; - mesc l("Captain Nard is in the room to your right."); + mesc l("Talk to Nard to unlock the door."); next; restorecam; close; @@ -34,21 +32,6 @@ OnTouch: } -002-3,44,28,0 script AreaNPC#doors5 NPC_HIDDEN,0,0,{ - -OnTouch: - .@julia = getq(ShipQuests_Julia); - if (.@julia >= 2) goto L_Warp; - close; - -L_Warp: - if (LOCATION$ == "") - warp "002-4", 20, 27; - else - warp "002-4@"+LOCATION$, 20, 27; - close; -} - 002-3,42,25,0 script AreaNPC#002-3d NPC_HIDDEN,0,0,{ OnTouch: |