diff options
Diffstat (limited to 'npc/001-2-4')
-rw-r--r-- | npc/001-2-4/doors.txt | 4 | ||||
-rw-r--r-- | npc/001-2-4/terry.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt index 45b7dbed..b910acbd 100644 --- a/npc/001-2-4/doors.txt +++ b/npc/001-2-4/doors.txt @@ -5,7 +5,7 @@ // Doors warp and animations in map 001-2-4 // -001-2-4,52,28,0 script #LibraryWarp 32767,0,0,{ +001-2-4,52,28,0 script #LibraryWarp NPC_HIDDEN,0,0,{ OnTouch: warp "001-2-5", 28, 37; close; @@ -14,7 +14,7 @@ OnUnTouch: doevent "#LibraryDoor::OnUnTouch"; } -001-2-4,52,27,0 script #LibraryDoor 907,3,3,{ +001-2-4,52,27,0 script #LibraryDoor NPC_ARTIS_IN_DOOR,3,3,{ close; OnTouch: diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt index 170f2226..16825331 100644 --- a/npc/001-2-4/terry.txt +++ b/npc/001-2-4/terry.txt @@ -4,7 +4,7 @@ // Description: // Librarian -001-2-4,51,35,4 script Terry 423,{ +001-2-4,51,35,4 script Terry NPC_TERRY,{ mesn; mesq l("Hi."); next; |