mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 15:53:26 +02:00
finish npcs
This commit is contained in:
19
data/npc/raymondstriker.npc
Normal file
19
data/npc/raymondstriker.npc
Normal file
@@ -0,0 +1,19 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Raymond Striker"
|
||||
Outfit = (151,58-77-60-114-1)
|
||||
Home = [32350,32588,7]
|
||||
Radius = 4
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Be greeted."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Wait a minute, %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Good bye."
|
||||
|
||||
"bye" -> "Good bye, %N!", Idle
|
||||
"farewell" -> *
|
||||
}
|
Reference in New Issue
Block a user