iteminbgas
Returns the given item is in the players bags.
iteminbgas(itemid) : boolean-- altsitemInBags(itemid) : booleanitem(itemID) : boolean
Example
if iteminbgas(HealthStone) then return cast(HealthStone, 'player')end
Returns the given item is in the players bags.
iteminbgas(itemid) : boolean-- altsitemInBags(itemid) : booleanitem(itemID) : boolean
Example
if iteminbgas(HealthStone) then return cast(HealthStone, 'player')end