mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
Full Distribution
This commit is contained in:
20
data/npc/spooky.npc
Normal file
20
data/npc/spooky.npc
Normal file
@@ -0,0 +1,20 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# sooky.npc: Datenbank f<>r die Gespensterfrau
|
||||
|
||||
Name = "A Ghostly Woman"
|
||||
Outfit = (136,0-0-0-0)
|
||||
Home = [32191,31811,5]
|
||||
Radius = 7
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> NOP
|
||||
ADDRESS,"hi$",! -> NOP
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> NOP
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> NOP
|
||||
|
||||
"bye" -> Idle
|
||||
|
||||
}
|
Reference in New Issue
Block a user