mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-05 03:29:21 +02:00
22 lines
416 B
Plaintext
22 lines
416 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "A Starving Dog"
|
|
Outfit = (258,0-0-0-0-0)
|
|
Home = [32122,31091,5]
|
|
Radius = 2
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Wuff"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Sniff", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Sniff"
|
|
|
|
"bye" -> "Sniff", Idle
|
|
"farewell" -> *
|
|
|
|
|
|
}
|