diff options
-rw-r--r-- | npc/001-2-28/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-28/red.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-2-28/_import.txt b/npc/001-2-28/_import.txt index a967ca51..e1f2044b 100644 --- a/npc/001-2-28/_import.txt +++ b/npc/001-2-28/_import.txt @@ -2,4 +2,5 @@ npc: npc/001-2-28/_warps.txt npc: npc/001-2-28/mapflags.txt npc: npc/001-2-28/jenna.txt +npc: npc/001-2-28/red.txt npc: npc/001-2-28/note.txt diff --git a/npc/001-2-28/red.txt b/npc/001-2-28/red.txt new file mode 100644 index 00000000..23fb6ef7 --- /dev/null +++ b/npc/001-2-28/red.txt @@ -0,0 +1,16 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Red, the INN Keeper. + +001-2-28,28,28,0 script Red#001-2-28 NPC_RED,{ + + speech l("Welcome!"); + close; + +OnInit: + .sex = G_FEMALE; + .distance = 5; +} + |