First commit

This commit is contained in:
2025-02-26 13:42:34 +01:00
commit f465c9072c
2467 changed files with 426214 additions and 0 deletions

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-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"
}