Is there also a way to hide an npc item from QMenu?

Is there also a way to hide an npc item from QMenu?

Qmenu : http://forums.graal.in/forums/index.php/topic,1634.0.html

Cause system NPC's i wanna hide them since there no need to show them as weapon.

Thanks.

Re: Is there also a way to hide an npc item from QMenu?

Never actually came across finishing anything to do that, but I assume it goes something like,

 while(this.o<=weaponscount){
  selectedweapon=this.o;
  if(!startswith(-,#w)){
    // Show the Npc
  }
  this.o=this.o+1;
 }

Re: Is there also a way to hide an npc item from QMenu?

Add them to weapons but have the name start with a -

For example:

toweapons -Raddd;

Will add it to your weapons as an invisible weapon that doesn't show in Q o:

Re: Is there also a way to hide an npc item from QMenu?

ah I think he means for custom inventories. Where a disregard for - npc's hasn't been added in.

Re: Is there also a way to hide an npc item from QMenu?

I will give it a try tonight. Thanks.

Re: Is there also a way to hide an npc item from QMenu?

Posting this image almost makes me as much of a dick as Dangerless.