mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-13 01:01:28 +01:00
implement npcs till robert
This commit is contained in:
22
data/npc/nor.npc
Normal file
22
data/npc/nor.npc
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user