Thread: Remove Item
View Single Post
  #6  
Old 08-03-2008, 10:33 PM
Neiv
Hill Giant
 
Join Date: May 2008
Location: Colorado
Posts: 238
Default

Okay, I finally got SLAY to work here:
Quote:
sub EVENT_SLAY
{
if(plugin::check_hasitem($client, 13732))
{
$client->NukeItem(13732);
}
}
Thanks for the help!
Reply With Quote