mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-16 08:19:20 +02:00
20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Raymond Striker"
|
|
Outfit = (151,58-77-60-114-1)
|
|
Home = [32350,32588,7]
|
|
Radius = 4
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Be greeted."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Wait a minute, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Good bye."
|
|
|
|
"bye" -> "Good bye, %N!", Idle
|
|
"farewell" -> *
|
|
}
|