View Single Post
  #11  
Old 07-02-2003, 04:44 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

forgot all those $item# variables, just use $itemcount. Ex:

Code:
if($itemcount(101)==1 && $itemcount(102)==1 && $itemcount(103)==1 && $itemcount(104)==1) { say("Ha! pwned.") }
oh and btw, depending on what system your compiling on, you might or might not have to put quotes around the item numbers.
__________________
Lethal Encounter
Reply With Quote