mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
21 lines
405 B
Plaintext
21 lines
405 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# Arkhothep.npc: Datenbank für den Pharao von Ankrahmun
|
|
|
|
Name = "Arkhothep"
|
|
Outfit = (91,0-0-0-0-0)
|
|
Home = [33150,32842,4]
|
|
Radius = 2
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> Idle
|
|
ADDRESS,"hi$",! -> Idle
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> NOP
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> NOP
|
|
|
|
"bye" -> Idle
|
|
|
|
}
|