Search found 3 matches

by chrysagon
Wed Feb 01, 2017 11:04 am
Forum: Ren'Py Cookbook
Topic: Inventory Screen
Replies: 100
Views: 101864

Re: Inventory Screen

The tooltips are working fine. Here are a few screenshots. My goal is to make possible for the player to select a weapon and an armor. Here is the screen right after we choose the weapon (I used a text test line to show what's in the element variable and in the armor variable ; epee in french means ...
by chrysagon
Tue Jan 31, 2017 2:03 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I add into my code selectable items from inventory?
Replies: 5
Views: 1304

Re: How can I add into my code selectable items from invento

Thanks for the great job ! I am also using Leon's great code. I am pretty new to python, but I think I understood most of it. But I still have a little problem. I am trying to add another type of item into the inventory : different types of armor that the player will find during the game. It is also...
by chrysagon
Tue Jan 31, 2017 1:48 pm
Forum: Ren'Py Cookbook
Topic: Inventory Screen
Replies: 100
Views: 101864

Re: Inventory Screen

Thanks for the great job ! That was what I was loking for. I am trying to add another type of item into the inventory : different types of armor that the player will find during the game. It is also a not a consumable item. so I added code like this : inv_page = 0 # initial page of the inventory scr...