mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
24 lines
472 B
Plaintext
24 lines
472 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Hamilton"
|
|
Outfit = (128,98-37-116-76-0)
|
|
Home = [32200,32792,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" -> *
|
|
|
|
}
|