Quote:
Originally Posted by joligario
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.