2022-08-21 16:57:13 +03:00

44 lines
1.3 KiB
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
# edvard.npc: Möbelverkäufer Edvard in Edron
Name = "Janz"
Outfit = (143,58-119-118-120-1)
Home = [32279,31131,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "Welcome to my shop of wonderful carpentry and furniture."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "One moment please, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
"name" -> "My name is Janz."
"job" -> "I am selling furniture."
"time" -> "It is %T. Do you need a clock for your house?"
"news" -> "You mean my specials, don't you?"
"offer" -> "I sell statues, tables, chairs, flowers, pillows, pottery, instruments, decoration, tapestries and containers."
"goods" -> *
"do","you","sell" -> *
"do","you","have" -> *
"furniture" -> *
"equipment" -> *
"special" -> "My offers are permanently extraordinary cheap."
@"gen-t-furniture-statues-s.ndb"
@"gen-t-furniture-tables-s.ndb"
@"gen-t-furniture-chairs-s.ndb"
@"gen-t-furniture-flowers-s.ndb"
@"gen-t-furniture-pillows-s.ndb"
@"gen-t-furniture-pottery-s.ndb"
@"gen-t-furniture-instruments-s.ndb"
@"gen-t-furniture-decoration-s.ndb"
@"gen-t-furniture-tapestries-s.ndb"
@"gen-t-furniture-containers-s.ndb"
}