introduce svargrond npcs till bertha

This commit is contained in:
ErikasKontenis
2022-06-24 20:40:27 +03:00
parent 4442702dc2
commit 6cdb0c0674
5 changed files with 374 additions and 0 deletions

21
data/npc/starvingdog.npc Normal file
View File

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "A Starving Dog"
Outfit = (258,0-0-0-0-0)
Home = [32122,31091,5]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Wuff"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Sniff", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Sniff"
"bye" -> "Sniff", Idle
"farewell" -> *
}