Page 1 of 1

real quick question

Posted: Tue Jan 27, 2004 7:43 pm
by dawnoffatex
what was the command to see if a mob is holding any item, or whatever hes gonna drop etc, i havent used mq for like a year now and not sure if it still exists in new MQ, i read the whole read me and couldnt find it, closest thing was the /item /itemtarget which is un mob related : (

Posted: Tue Jan 27, 2004 8:43 pm
by GD
$target(holding)

Returns:
0 if target is holding nothing.
3 if target is holding an object in primary and secondary
4 if target is holding an object in primary
5 if target is holding an object in secondary

Posted: Wed Jan 28, 2004 4:24 pm
by dawnoffatex
tried that, /target holding $target(holding) $targetholding $target (holding) $target holding, all says couldnt parse

Posted: Wed Jan 28, 2004 5:04 pm
by wassup
Uh, try /echo $target(holding)