finish npcs

This commit is contained in:
ErikasKontenis
2019-12-10 16:16:58 +02:00
parent d32157e4cb
commit c99f5c5e45
35 changed files with 942 additions and 175 deletions

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

@@ -0,0 +1,20 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Meraya"
Outfit = (142,78-101-121-116)
Home = [32188,32978,7]
Radius = 4
Behaviour = {
ADDRESS,"hello$",! -> "Oh hello, nice to see you %N."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Sorry, I'm already talking to someone."
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "See you later."
"bye" -> "See you later.", Idle
"farewell" -> *
}