View Single Post
  #10  
Old 01-14-2010, 04:33 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

No, plugin::check_hasitem($client, id) returns true or false. So:

Code:
if (plugin::check_hasitem($client, 1234)) {
  quest::say("Very good, you have item 1234 either with you or in your bank!");
}
Reply With Quote