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/bradford.npc Normal file
View File

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Bradford"
Outfit = (128,38-93-82-116-2)
Home = [32299,32837,7]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Greetings, traveller %N."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Oh, just when I wanted to tell him about that treasure."
"bye" -> "Farewell, %N.", Idle
"farewell" -> *
}