Thread: Instancing Woes
View Single Post
  #7  
Old 12-07-2013, 11:26 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Did you read the thread I posted? The 2nd argument is the destination zone short name.

Code:
sub EVENT_SAY{
	if($text=~/test/i){
		plugin::SendToInstance("guild", "qeynos", 1, 0, 0, 0, "QeynosGuildInst", 604800);
	}
}

Last edited by Akkadius; 12-07-2013 at 11:34 PM..
Reply With Quote