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

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

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Jason"
Outfit = (134,96-86-106-116)
Home = [32163,32941,7]
Radius = 5
Behaviour = {
ADDRESS,"hello$",! -> "Hello."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> "Good bye.", Idle
"farewell" -> *
}