mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
25
data/npc/eva.npc
Normal file
25
data/npc/eva.npc
Normal file
@@ -0,0 +1,25 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# eva.npc: Datenbank f<>r die Bankangestellte Eva (Carlin)
|
||||
|
||||
Name = "Eva"
|
||||
Outfit = (136,96-60-95-0)
|
||||
Home = [32325,31780,7]
|
||||
Radius = 1
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Welcome %N! What can I do for you?"
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Sorry %N, I am already talking to a customer. Take a seat, please.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Good bye."
|
||||
|
||||
"bye" -> "Good bye.", Idle
|
||||
"farewell" -> *
|
||||
"job" -> "I work in this bank. I can change money for you."
|
||||
"name" -> "I am Eva."
|
||||
"time" -> "It is exactly %T."
|
||||
|
||||
@"gen-bank.ndb"
|
||||
}
|
Reference in New Issue
Block a user