diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:22 -0300 |
commit | a7c45a192268da2601cef47a4cdba987ae2327ca (patch) | |
tree | c5fb5b97db109fe7106496dd96498c475881046b /npc/002-4 | |
download | serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.gz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.bz2 serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.tar.xz serverdata-a7c45a192268da2601cef47a4cdba987ae2327ca.zip |
Initial commit (Moubootaur Legends fork)
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; +} |