From 8d22708b530397cddaf81cee0ca1e3d45d5959ea Mon Sep 17 00:00:00 2001 From: Micksha Date: Thu, 25 Oct 2018 00:02:37 +0200 Subject: Requested Re-naming --- npc/008-2-2/melania.txt | 21 +++++++++++++++++++++ npc/008-2-2/receptionist.txt | 21 --------------------- npc/008-2-6/apprentice.txt | 20 -------------------- npc/008-2-6/donald.txt | 20 ++++++++++++++++++++ 4 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 npc/008-2-2/melania.txt delete mode 100644 npc/008-2-2/receptionist.txt delete mode 100644 npc/008-2-6/apprentice.txt create mode 100644 npc/008-2-6/donald.txt diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt new file mode 100644 index 00000000..ba9c4e95 --- /dev/null +++ b/npc/008-2-2/melania.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Receptionist of Rusty Pick. +// THIS IS A PLACEHOLDER! + +008-2-2,28,27,0 script Melania NPC_AIRLIA,{ + speech + l("Hello Sir."), + l("Welcome to the Rusty Pick. Sorry, we have no room left today."), + l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day."), + lg("I wish you a beautiful day."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/receptionist.txt deleted file mode 100644 index c3be99c2..00000000 --- a/npc/008-2-2/receptionist.txt +++ /dev/null @@ -1,21 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Receptionist of Rusty Pick. -// THIS IS A PLACEHOLDER! - -008-2-2,28,27,0 script Receptionist#008-2-2 NPC_AIRLIA,{ - speech - l("Hello Sir."), - l("Welcome to the Rusty Pick. Sorry, we have no room left today."), - l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day."), - lg("I wish you a beautiful day."); - - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} diff --git a/npc/008-2-6/apprentice.txt b/npc/008-2-6/apprentice.txt deleted file mode 100644 index 04d05562..00000000 --- a/npc/008-2-6/apprentice.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Alan's Apprentice. -// THIS IS A PLACEHOLDER! - -008-2-6,29,27,0 script Apprentice#008-2-6 NPC_YOUNG_MAN_APPRENTICE,{ - speech - l("Hi Sir."), - l("Sorry, we are sold out for today."), - lg("Come back later."); - - close; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} diff --git a/npc/008-2-6/donald.txt b/npc/008-2-6/donald.txt new file mode 100644 index 00000000..2b3a72f3 --- /dev/null +++ b/npc/008-2-6/donald.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Alan's Apprentice. +// THIS IS A PLACEHOLDER! + +008-2-6,29,27,0 script Donald NPC_YOUNG_MAN_APPRENTICE,{ + speech + l("Hi Sir."), + l("Sorry, we are sold out for today."), + lg("Come back later."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50