mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Gelagos"
|
|
Outfit = (128,114-91-85-79-0)
|
|
Home = [32363,31624,7]
|
|
Radius = 3
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Hi."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Wait, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> NOP
|
|
|
|
"bye" -> "Bye.", Idle
|
|
"farewell" -> *
|
|
|
|
|
|
}
|