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

21 lines
436 B
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
Name = "Parlan"
Outfit = (128,113-37-116-76-0)
Home = [32185,32795,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "Hello there!"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Can't you see I'm talking to someone?"
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
}