First commit
This commit is contained in:
21
app/SabrehavenServer/data/npc/eranth.npc
Normal file
21
app/SabrehavenServer/data/npc/eranth.npc
Normal file
@@ -0,0 +1,21 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Eranth"
|
||||
Outfit = (129,116-79-78-113-0)
|
||||
Home = [32123,32953,7]
|
||||
Radius = 5
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Hi."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Wait, %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> NOP
|
||||
|
||||
"bye" -> "Bye.", Idle
|
||||
"farewell" -> *
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user