mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
21 lines
397 B
Plaintext
21 lines
397 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# apparition.npc: Datenbank für einen Geist
|
|
|
|
Name = "A Tainted Soul"
|
|
Outfit = (48,0-0-0-0-0)
|
|
Home = [32216,31927,12]
|
|
Radius = 7
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> NOP
|
|
ADDRESS,"hi$",! -> NOP
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> NOP
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> NOP
|
|
|
|
"bye" -> Idle
|
|
|
|
}
|