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/suzy.npc Normal file
View File

@@ -0,0 +1,25 @@
# GIMUD - Graphical Interface Multi User Dungeon
# suzy.npc: Datenbank f<>r die Bankangestellte Suzy
Name = "Suzy"
Outfit = (136,78-10-96-95)
Home = [32320,32258,7]
Radius = 2
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. Please wait.", 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 Suzy."
"time" -> "It is exactly %T."
@"gen-bank.ndb"
}