implement npcs till robert

This commit is contained in:
ErikasKontenis
2022-08-21 22:12:24 +03:00
parent 63c0fdd7a7
commit 0dd6bc2167
2 changed files with 212 additions and 0 deletions

22
data/npc/nor.npc Normal file
View File

@@ -0,0 +1,22 @@
# GIMUD - Graphical Interface Multi User Dungeon
# quentin.npc: Datenbank f<>r den M<>nch Quentin
Name = "Nor"
Outfit = (143,77-113-19-116-0)
Home = [32004,31443,7]
Radius = 3
Behaviour = {
ADDRESS,"hello$",! -> "Psst, not that loud."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Bye, %N."
"bye" -> "Bye, %N.", Idle
"farewell" -> *
# Not finished talks
}