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

24 lines
471 B
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
Name = "Gordon"
Outfit = (128,114-37-116-76-0)
Home = [32184,32770,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" -> *
}