mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-03 19:09:19 +02:00
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Norris"
|
|
Outfit = (128,57-37-116-76-0)
|
|
Home = [32224,32770,7]
|
|
Radius = 4
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "What do you want, %N?"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "I'm busy now, %N!"
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Bye!"
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"farewell" -> *
|
|
|
|
}
|