mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 11:19:21 +02:00
24 lines
663 B
Plaintext
24 lines
663 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Vescu"
|
|
Outfit = (152,81-101-122-63-3)
|
|
Home = [32565,32651,7]
|
|
Radius = 2
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",Drunk>0 -> "Hey t-there, you look like someone who enjoys a good booze."
|
|
ADDRESS,"hi$",Drunk>0 -> *
|
|
ADDRESS,"hello$",Drunk=0 -> "Oh, two t-trolls. Hellooo, wittle twolls. <hicks>", Idle
|
|
ADDRESS,"hi$",Drunk=0 -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Wait, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Oh, two t-trolls. Hellooo, wittle twolls. <hicks>"
|
|
|
|
"bye" -> "T-time for another b-beer. <hicks>", Idle
|
|
"farewell" -> *
|
|
|
|
|
|
}
|