View Single Post
  #3  
Old 05-05-2012, 10:29 PM
oslander
Sarnak
 
Join Date: Aug 2010
Posts: 33
Default

Quote:
Originally Posted by joligario View Post
Need only 1 if and close your parenthesis
Code:
sub EVENT_TARGET_CHANGE {

if(plugin::check_hasitem($client, 4202) && plugin::check_hasitem($client, 4203)
{
$client->NukeItem(4202);
$client->NukeItem(4203);
}
I think this is what he means. I used bronze mask and collar as an example.
Reply With Quote