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

33
data/npc/allen.npc Normal file
View File

@@ -0,0 +1,33 @@
# GIMUD - Graphical Interface Multi User Dungeon
# allen.npc: M<>belverk<72>ufer Allen in Venore
Name = "Allen"
Outfit = (128,76-43-38-76)
Home = [32991,32062,6]
Radius = 1
Behaviour = {
ADDRESS,"hello$",! -> "Welcome to the Plank and Treasurechest Market, %N!"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Just a moment please, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
"name" -> "My name is Allen Richardson. I am the owner of this market."
"job" -> "I run this market and sell furniture."
"time" -> "It is %T. Too bad we run out of cuckoo clocks."
"news" -> "Sorry, no time to chat, let's trade."
"offer" -> "At this counter you can buy chairs. What do you need?"
"goods" -> *
"do","you","sell" -> *
"do","you","have" -> *
"furniture" -> *
"equipment" -> *
@"gen-t-furniture-chairs-s.ndb"
}