Make keywords easier to guess
parent
350973b0fd
commit
c034c8b538
|
@ -9,7 +9,7 @@ enter_x 8
|
|||
enter_y 8
|
||||
msg
|
||||
Created: 2007-05-27 Nicolas Weeger
|
||||
Modified: 2012-01-09 Rick Tanner
|
||||
Modified: 2021-05-27 Kevin Zheng
|
||||
endmsg
|
||||
maplore
|
||||
@quest Lursendis
|
||||
|
@ -418,7 +418,7 @@ move_block all
|
|||
end
|
||||
arch magic_ear
|
||||
msg
|
||||
@match visit
|
||||
@match shop
|
||||
Click.
|
||||
endmsg
|
||||
x 5
|
||||
|
@ -432,13 +432,16 @@ end
|
|||
arch pixie
|
||||
name Receptionist
|
||||
msg
|
||||
@match visit
|
||||
Oh, sure, you can visit our factory.
|
||||
@match shop
|
||||
Yes, of course. Step this way.
|
||||
@match sentrino
|
||||
Why yes, a farm hand of his came by not too long ago for livers and hearts.
|
||||
@match yes|offerings|products
|
||||
@question visit Can I visit the shop?
|
||||
Scorn's Trappers has been founded many hundred years ago. We specialize in orcs and goblins, but only their noble parts: hearts, livers, brains.
|
||||
@match hello
|
||||
@reply yes Yes please.
|
||||
@question shop Can I visit the shop?
|
||||
@question sentrino Do you happen to know someone named Sentrino?
|
||||
We specialize in orc and goblin cuts, but only their noble parts: hearts, livers, and brains.
|
||||
@match hi|hello
|
||||
@reply yes Yes please, what do you sell here?
|
||||
Hello, welcome to Scorn's Trappers! Do you wish to know more about our offerings?
|
||||
@match *
|
||||
... *sigh* People just aren't polite nowadays...
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 2
|
|||
enter_y 8
|
||||
msg
|
||||
Created: 2007-05-27 Nicolas Weeger
|
||||
Modified: 2014-03-28 Kevin Zheng
|
||||
Modified: 2021-05-27 Kevin Zheng
|
||||
endmsg
|
||||
maplore
|
||||
@quest Lursendis
|
||||
|
@ -671,7 +671,7 @@ y 6
|
|||
end
|
||||
arch magic_ear
|
||||
msg
|
||||
@match trappers
|
||||
@match trapper
|
||||
Click.
|
||||
endmsg
|
||||
x 8
|
||||
|
@ -685,7 +685,7 @@ end
|
|||
arch nun
|
||||
name nurse
|
||||
msg
|
||||
@match trappers
|
||||
@match trapper
|
||||
Oh, you want to buy some goods? Please go down and check what we offer.
|
||||
@match *
|
||||
Go away, you're bothering us! We have many patients to help!
|
||||
|
|
Loading…
Reference in New Issue