View Single Post
  #1  
Old 02-20-2012, 04:03 AM
Chrono
Sarnak
 
Join Date: Apr 2002
Posts: 36
Default Guild Message via Perl

I was working on a script that involved sending a particular guild who triggered the event an emote only (across all zones), anything think of a way that this could work?

$guildmessage = $entity_list->Message(1, 14, "emotehere");

This one does work, but it's only across the zone. I was really hoping to get it across all zones.
Reply With Quote