mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-07 12:19:20 +02:00
21 lines
549 B
Plaintext
21 lines
549 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# boozer.npc: Datenbank für den Wirt Boozer
|
|
|
|
Name = "Freezhild"
|
|
Outfit = (149,0-47-105-105-0)
|
|
Home = [32024,31442,5]
|
|
Radius = 1
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Welcome, to my cool home."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Please give me a minute, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "I hope you have a cold day, friend."
|
|
|
|
"bye" -> "I hope you have a cold day, friend.", Idle
|
|
"farewell" -> *
|
|
}
|