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

24 lines
470 B
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
Name = "Irvin"
Outfit = (128,116-37-116-76-0)
Home = [32185,32736,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "A good day to you."
ADDRESS,"hi$",! -> *
ADDRESS,"hiho$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, please.", Queue
BUSY,"hi$",! -> *
BUSY,"hiho$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
}