Blockland Forums > Modification Help
Coding Request: Stacking Items
RedGajin:
I'm not sure, just basing it off something i made, but i don't think GetDeviceamount is a function. maybe this?
--- Code: ---%client.Tools[%toolNumber]Count --;
--- End code ---
from what Red_Guy posted.
Anybody:
--- Quote from: Mr.Noßody on June 18, 2010, 12:10:03 PM ---How bout like a bottom print that tells you how many you have?
--- End quote ---
Or you could limit it to say, 5 items at a time, and make 5 diffrent item icons with the corresponding numbers at the bottom.
Mr.Noßody:
But there's still the problem, "How to change Icon Images"
Amade:
--- Quote from: Mr.Noßody on June 20, 2010, 08:53:35 PM ---But there's still the problem, "How to change Icon Images"
--- End quote ---
Not really.
messageClient(%client,'MsgItemPickup',"",%slot,%item);
Mr.Noßody:
Ok, well. I still don't know where I should put this code...