View Single Post
  #1  
Old 12-08-2006, 10:17 AM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default echo quest request

wow, try saying that 3x fast.

But anyway: I was wondering if quest::echo could be set in the standard files to provide the text without the "npc says" line in front of it, since the quest::say does that already.
Maybe even with an option line to change the text color.

my reasoning for quests:

Code:
quest::echo("An item falls to the floor as this fellow walks away.")
would change this:
random_mob says, "An item falls to the floor as this fellow walks away."
to
An item falls to the floor as this fellow walks away.


This is a small thing, and I'm sure there are alot more things that are more pressing that need to be worked on before, but this is my attempt at being lazy and not having to redo that line every time I download a new update.

Someone help me be lazy..
Reply With Quote