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,20 @@
# GIMUD - Graphical Interface Multi User Dungeon
# Arkhothep.npc: Datenbank f<>r den Pharao von Ankrahmun
Name = "Arkhothep"
Outfit = (91,0-0-0-0-0)
Home = [33150,32842,4]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> Idle
ADDRESS,"hi$",! -> Idle
ADDRESS,! -> Idle
BUSY,"hello$",! -> NOP
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> Idle
}