Author Topic: Does anyone have this addon?  (Read 1230 times)

Does anyone have this addon?

ifItemInSlot / ifItemInHand (V2)
Two variable events that check if the user has/is holding an item.

Instructions
Self -> ifItemInSlot [SLOT] [ITEM] [SEARCH INVENTORY?]
Self -> ifItemInHand [ITEM]
[SLOT] is the slot you would like to check in.
[ITEM] is the item you would like to check for. "NONE" checks for the absence of an item.
[SEARCH INVENTORY?] determines if you want to search the entire inventory or not.
This event requires Variable Events V.3! It uses VariableTrue/VariableFalse for the results.

Found here: https://forum.blockland.us/index.php?topic=49410.0

Its also in RBT's fail bin.

I think VCE has this capability
if you were to use this, you'd need to use the old v4 variables

Ok, i read this in the addon description, i got everything ready. Only to find the download links broken. Does anyone have this?

Wait it already does this? HOW?!?!


googled "blockland VCE manual"
http://jes00.webs.com/vce-manual

looks like you can use
input>self>vce_ifvalue[<var:pl:currentitem>][==][something][]
or
input>self>vce_ifvalue[<var:pl:item2>][==][something][]
to check slot 2
replace something with what you're checking
(I recommend using onplayertouch>client>centerprint[<var:pl:currentitem>] to check item names)

Thanks i will lock the topic