The NPC I'm applying this code to is in qeynos2 NOT qeynos. Would that be why this isn't working?
I created an NPC right next to him with the below and he works perfectly.
Code:
sub EVENT_SAY {
if($text =~/hail/i) {
plugin::SendToInstance("guild", "$zonesn", 0, 0, 0, 0, guild, 259200);
}
}