Search found 2 matches

by webx
Sun Dec 15, 2002 5:48 pm
Forum: Outdated Macros::Macro Help
Topic: slot count for environmental targets?
Replies: 3
Views: 1181

I've re-read my post, and it's vague on what I'm looking for. This is a simple test I wrote to check the number of slots on a bag in my inventory: #include routines.mac Sub Main /stand /call FindCombiner "Jewelry Making" /varset v20 $return /varcalc v10 $pack($v20,slots) /echo ::: $pack($v...
by webx
Sun Dec 15, 2002 4:51 pm
Forum: Outdated Macros::Macro Help
Topic: slot count for environmental targets?
Replies: 3
Views: 1181

slot count for environmental targets?

Hello, first post, and still pretty green to the MQ scene. Take it easy :twisted: I'm basically just trying to run a cleanup routine if I get to a combine and notice that I don't have a required item. (I.E. the first 4 components I have already put into the PotteryWheel, but I don't have the 5th.) H...