View Single Post
  #7  
Old 02-13-2005, 05:39 AM
Arkan1k Arkan1k is offline
Delph
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 35
Arkan1k is on a distinguished road
Send a message via AIM to Arkan1k Send a message via MSN to Arkan1k
findweapon(str) - returns object

I'd presume you'd do something like:
NPC Code:
if (findweapon(weaponname) == true) {
doStuff();
}



I haven't had a play with it, but I'd say from the name of the command it would probably be the substitute, or close to, for hasweapon(str);
__________________
[ Delph ]
Reply With Quote