mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 19:29:19 +02:00
21 lines
475 B
Plaintext
21 lines
475 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Meraya"
|
|
Outfit = (142,78-101-121-116-0)
|
|
Home = [32188,32978,7]
|
|
Radius = 4
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Oh hello, nice to see you %N."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Sorry, I'm already talking to someone."
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "See you later."
|
|
|
|
"bye" -> "See you later.", Idle
|
|
"farewell" -> *
|
|
|
|
}
|