Heya,
I'm tweaking a script and am having some trouble with locked down items. What's happening is that it tries to pick up an item once to read the journal for the locked down message but I'd rather it not do that. Is it possible to scan the item for "locked down" before trying to drag it? This would eliminate the need to check the journal at all for me. Here is a quick routine I'd be fitting it into... but am not sure how to do the check without initiating a drag event. I know it's simple but ... yeah, i must be tired cuz I'm not getting it, lol.
sub itemPickup
FINDITEM %itemList G_2
  IF #FINDCNT > 0
     {
     event Drag #findID
	 findItem %backpackId
	 set #findMod 139_217	
     wait 20 
     click #findX #findY p
     }
Thanks