Thread: Emote 15?
View Single Post
  #1  
Old 07-19-2004, 03:50 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Emote 15?

I asked this in IRC but kinda got nowhere so Im going to ask here =).

Is there any way, using a perl quest command, to emote #15 (Yellow Text) to a specific person? So when someone hails an NPC the NPC would essentially be doing the equivalent of "#emote $name 15 Hello!". Im developing a server right now and Ive been using quest::me() but it really isnt enough.

so,
1) Is there any way to make an npc #emote $name 15 using perl?

2) Does quest::me() make an emote for the person who triggered it only or is it for anyone in the area/zone/world?
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote