View Single Post
  #10  
Old 10-07-2014, 11:11 PM
unreel28
Fire Beetle
 
Join Date: Apr 2010
Posts: 2
Default

Added a tiny bit more of utility to your brilliant plugin. Just type #door view and click a saylink to spawn the object.

Code:
if($arg[1] =~/view/i){ @doors = $entity_list->GetDoorsList(); 
			foreach $door (@doors){ 
				$client->Message(15, "ID: " . $door->GetDoorID() . " " . quest::saylink("#door create " . $door->GetModelName	, 1, $door->GetModelName())); 
			} 
		}
Reply With Quote