SabrehavenServer/data/npc/eleonore.npc
2019-12-09 14:45:17 +02:00

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" -> *
}