mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 10:39:20 +02:00
24 lines
523 B
Plaintext
24 lines
523 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Ajax"
|
|
Outfit = (143,78-101-120-94-1)
|
|
Home = [32417,31583,7]
|
|
Radius = 3
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Whatcha do in my place?"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Wait, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> NOP
|
|
|
|
"bye" -> "Bye.", Idle
|
|
"farewell" -> *
|
|
|
|
"fight" -> "You. Weak."
|
|
"job" -> "No time for such a stupid thing."
|
|
"name" -> "Ajax."
|
|
}
|