2019-12-29 14:49:00 +02:00

35 lines
980 B
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
# rose.npc: Blumenverkäuferin Rose in Venore
Name = "Rose"
Outfit = (136,79-77-112-116-0)
Home = [32971,32034,6]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Welcome to Crunor's Finest Warehouse, %N."
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 Rose, nice to meet you, %N."
"rose" -> "That's me. I am not for sale. <giggles>"
"job" -> "Here you may buy some of the most beautiful flowers."
"time" -> "Sorry, I have no watch on me."
"news" -> "You mean my specials, don't you?"
"offer" -> "I am selling beautiful flowers here."
"goods" -> *
"do","you","sell" -> *
"do","you","have" -> *
"furniture" -> *
"equipment" -> *
@"gen-t-furniture-flowers-s.ndb"
}