![]() |
amount, type - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: amount, type (/Thread-amount-type) |
amount, type - Garry_Coleman - 01-07-2019 05:33 PM Hey, I want you to help me please. Im trying to make some trick with reagents amount (with reagents type def). Is it possible to control amount of reagents in one pile? If you have some code, please paste it here. RE: amount, type - Coruja - 01-09-2019 05:47 AM I don't know if this is what you're looking for, but you can use ItemsMaxAmount setting on sphere.ini Code: // Max amount allowed for stackable items (can't be higher than 65535) RE: amount, type - Seokotov - 01-09-2019 06:27 AM (01-07-2019 05:33 PM)Garry_Coleman Wrote: Hey, I want you to help me please. may be @PickUp_Stack @Dropon_item |