Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

25
data/npc/eva.npc Normal file
View 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"
}