From a6f992141abb414d8dbc0b9c4da31ce90bee1c63 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 29 Apr 2016 17:16:36 +0200 Subject: Add Oscar in 001-2-12. --- npc/001-2-12/_import.txt | 1 + npc/001-2-12/oscar.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/001-2-12/oscar.txt diff --git a/npc/001-2-12/_import.txt b/npc/001-2-12/_import.txt index fe280208..c03faf6c 100644 --- a/npc/001-2-12/_import.txt +++ b/npc/001-2-12/_import.txt @@ -1,2 +1,3 @@ npc: npc/001-2-12/mapflags.txt +npc: npc/001-2-12/oscar.txt npc: npc/001-2-12/_warps.txt diff --git a/npc/001-2-12/oscar.txt b/npc/001-2-12/oscar.txt new file mode 100644 index 00000000..ce9762c5 --- /dev/null +++ b/npc/001-2-12/oscar.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Dye seller, she sells and explain how works dye cards. + +001-2-12,38,30,0 script Oscar#001-2-12 NPC_OSCAR,{ + closedialog; + goodbye; + close; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} + -- cgit v1.2.3-60-g2f50