2019-12-09 14:45:17 +02:00

24 lines
469 B
Plaintext

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