diff options
author | Reid <reidyaro@gmail.com> | 2016-04-29 17:16:36 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-04-29 17:16:36 +0200 |
commit | a6f992141abb414d8dbc0b9c4da31ce90bee1c63 (patch) | |
tree | df26268349fc55b12f355be85ce031853ef8a27e /npc/001-2-12 | |
parent | 61cfd4815c8a63f7aa98820a273224ff38c8e6e6 (diff) | |
download | serverdata-a6f992141abb414d8dbc0b9c4da31ce90bee1c63.tar.gz serverdata-a6f992141abb414d8dbc0b9c4da31ce90bee1c63.tar.bz2 serverdata-a6f992141abb414d8dbc0b9c4da31ce90bee1c63.tar.xz serverdata-a6f992141abb414d8dbc0b9c4da31ce90bee1c63.zip |
Add Oscar in 001-2-12.
Diffstat (limited to 'npc/001-2-12')
-rw-r--r-- | npc/001-2-12/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-12/oscar.txt | 17 |
2 files changed, 18 insertions, 0 deletions
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; +} + |