implement few npcs. Done till Charlotta.

This commit is contained in:
ErikasKontenis
2019-12-06 19:28:28 +02:00
parent e6eb79618f
commit c50f3ab9db
24 changed files with 859 additions and 51 deletions

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

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Barney"
Outfit = (128,20-39-115-114)
Home = [32141,32928,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" -> *
}