mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
finish npcs
This commit is contained in:
20
data/npc/meraya.npc
Normal file
20
data/npc/meraya.npc
Normal file
@@ -0,0 +1,20 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Meraya"
|
||||
Outfit = (142,78-101-121-116)
|
||||
Home = [32188,32978,7]
|
||||
Radius = 4
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Oh hello, nice to see you %N."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Sorry, I'm already talking to someone."
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "See you later."
|
||||
|
||||
"bye" -> "See you later.", Idle
|
||||
"farewell" -> *
|
||||
|
||||
}
|
Reference in New Issue
Block a user