mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
few more NPCs
This commit is contained in:
21
data/npc/doug.npc
Normal file
21
data/npc/doug.npc
Normal file
@@ -0,0 +1,21 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Doug"
|
||||
Outfit = (128,116-37-116-116)
|
||||
Home = [32201,32756,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