Search found 2 matches

by lynx13
Mon May 06, 2019 5:06 am
Forum: Ren'Py Cookbook
Topic: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5
Replies: 75
Views: 53288

Re: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5

Hello again :) I want to share with you the fact that I managed to independently deal with my first question about the ban on selling items at a price = 0 (maybe someone else will come in handy). I changed this code snippet a bit by adding a cost check. def transaction(seller, buyer, item): price = ...
by lynx13
Sun May 05, 2019 1:07 am
Forum: Ren'Py Cookbook
Topic: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5
Replies: 75
Views: 53288

Re: Infinite, Stackable Inventory/Crafting/Vendor - UPDATED v1.5

Hello. I want to thank you for this great inventory code! :) And since I'm new to programming, I ask for your help .. 1. How to make sure that some items are not sold in the trade mode? setting the value of 0 as well as the complete absence of value does not help, and the values False, None give an ...