mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# dagomir.npc: Datenbank für den "Bankier" Dagomir
|
|
|
|
Name = "Dagomir"
|
|
Outfit = (130,0-2-41-76-0)
|
|
Home = [33018,32047,5]
|
|
Radius = 0
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Wha... what?? HOW DARE YOU!!?? LEAVE ME ALONE ON MY TOILET AT ONCE!", Idle
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
}
|