Ren’Py Drag & Drop Inventory System Tutorial, Part 3

In this part of the inventory drag and drop system for Ren’Py visual novel games, we are continuing on the addToInventory function so that we can add items to the inventory, as well as implementing a custom dialogue screen so we can have a character say something when we interact with certain items. If you feel something is unclear in the video, such as why we are coding something in a certain way, feel free to leave a comment below and I’ll see if I can explain it a bit better. Documentation links: - restart_interaction(): #
Back to Top