diff options
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/002-4/doors.txt | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/002-4/_import.txt b/npc/002-4/_import.txt new file mode 100644 index 0000000..c2cede2 --- /dev/null +++ b/npc/002-4/_import.txt @@ -0,0 +1,3 @@ +// Map 002-4: Nard's Room +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/002-4/doors.txt", diff --git a/npc/002-4/doors.txt b/npc/002-4/doors.txt new file mode 100644 index 0000000..2d7f945 --- /dev/null +++ b/npc/002-4/doors.txt @@ -0,0 +1,15 @@ +// TMW2 Scripts. +// Author: +// Jesusalva +// Description: +// Doors NPCs. + +002-4,19,27,0 script AreaNPC#002-4d NPC_HIDDEN,0,0,{ + +OnTouch: + if (LOCATION$ == "") + warp "002-3", 43, 28; + else + warp "002-3@"+LOCATION$, 43, 28; + close; +} |