mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-14 15:29:20 +02:00
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Eleonore"
|
|
Outfit = (140,95-10-13-15-1)
|
|
Home = [32331,32763,5]
|
|
Radius = 2
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Be greeted. What brings you here?"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Please wait a minute, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Oh well."
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"farewell" -> *
|
|
|
|
}
|