mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
21 lines
436 B
Plaintext
21 lines
436 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Parlan"
|
|
Outfit = (128,113-37-116-76-0)
|
|
Home = [32185,32795,7]
|
|
Radius = 3
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Hello there!"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Can't you see I'm talking to someone?"
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Good bye."
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"farewell" -> *
|
|
|
|
}
|