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

17
data/npc/lungelen.npc Normal file
View File

@@ -0,0 +1,17 @@
# GIMUD - Graphical Interface Multi User Dungeon
# lungelen.npc: Datenbank f<>r die Erzmagierin Lungelen
Name = "Lungelen"
Outfit = (138,77-19-95-115)
Home = [32303,32267,6]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Please don't disturb me, I am very busy in my recent researches. Have a nice day!", Idle
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> NOP
BUSY,"hi$",! -> NOP
BUSY,! -> NOP
VANISH,! -> NOP
}