mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
few more NPCs
This commit is contained in:
20
data/npc/eleonore.npc
Normal file
20
data/npc/eleonore.npc
Normal file
@@ -0,0 +1,20 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Eleonore"
|
||||
Outfit = (140,95-10-13-15-1)
|
||||
Home = [32331,32763,5]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Be greeted. What brings you here?"
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Please wait a minute, %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Oh well."
|
||||
|
||||
"bye" -> "Good bye.", Idle
|
||||
"farewell" -> *
|
||||
|
||||
}
|
Reference in New Issue
Block a user