Add osNpcSayTo(key npc, key target, integer channel, string message)

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Bill Blight
2018-12-10 21:52:36 -08:00
committed by UbitUmarov
parent af2a9d9508
commit 0881840946
4 changed files with 32 additions and 2 deletions

View File

@@ -358,6 +358,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osNpcSetProfileImage(LSL_Key npc, string image);
void osNpcSay(key npc, string message);
void osNpcSay(key npc, int channel, string message);
void osNpcSayTo(LSL_Key npc, string target, int channel, string msg);
void osNpcShout(key npc, int channel, string message);
void osNpcSit(key npc, key target, int options);
void osNpcStand(LSL_Key npc);