mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
21 lines
483 B
Plaintext
21 lines
483 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Ross"
|
|
Outfit = (128,75-37-116-76-0)
|
|
Home = [32245,32713,7]
|
|
Radius = 4
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Hi %N. Can I do something for you?"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "One moment please, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Good bye."
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"farewell" -> *
|
|
|
|
}
|