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

20
data/npc/erayo.npc Normal file
View File

@@ -0,0 +1,20 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Erayo"
Outfit = (152,85-86-106-86-3)
Home = [32518,32911,8]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "What the... I mean, of course I sensed you.!"
ADDRESS,"hi$",! -> *
ADDRESS,"hail$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait a minute, %N."
BUSY,"hi$",! -> *
BUSY,"hail$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye, %N."
"bye" -> "Good bye, %N.", Idle
}