Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

20
data/npc/soullost.npc Normal file
View File

@@ -0,0 +1,20 @@
# GIMUD - Graphical Interface Multi User Dungeon
# apparition.npc: Datenbank f<>r einen Geist
Name = "A Lost Soul"
Outfit = (48,0-0-0-0)
Home = [32209,31924,12]
Radius = 7
Behaviour = {
ADDRESS,"hello$",! -> NOP
ADDRESS,"hi$",! -> NOP
ADDRESS,! -> Idle
BUSY,"hello$",! -> NOP
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> Idle
}