few more 781 npcs

This commit is contained in:
ErikasKontenis
2019-12-09 19:27:37 +02:00
parent 1eb474cd1f
commit 5caf4ab0e6
14 changed files with 540 additions and 28 deletions

23
data/npc/irvin.npc Normal file
View File

@@ -0,0 +1,23 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Irvin"
Outfit = (128,116-37-116-76)
Home = [32185,32736,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "A good day to you."
ADDRESS,"hi$",! -> *
ADDRESS,"hiho$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, please.", Queue
BUSY,"hi$",! -> *
BUSY,"hiho$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
}