First commit

This commit is contained in:
2025-02-26 13:42:34 +01:00
commit f465c9072c
2467 changed files with 426214 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Doug"
Outfit = (128,116-37-116-116-0)
Home = [32201,32756,7]
Radius = 5
Behaviour = {
ADDRESS,"hello$",! -> "Hi."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> "Bye.", Idle
"farewell" -> *
}