few more NPCs

This commit is contained in:
ErikasKontenis
2019-12-09 14:45:17 +02:00
parent b50c55beff
commit 1eb474cd1f
14 changed files with 383 additions and 33 deletions

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

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Danlon"
Outfit = (146,114-42-40-116)
Home = [32187,32949,7]
Radius = 5
Behaviour = {
ADDRESS,"hello$",! -> "Hi."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> "Bye.", Idle
"farewell" -> *
}