Search found 3 matches

by nropexin
Thu Aug 30, 2018 3:33 am
Forum: We are a Free Project looking for Partners
Topic: Programmer needed
Replies: 3
Views: 1057

Programmer needed

Hi floks, I am new to renpy gaming and programming. Currently in process of developing a small game maybe 1 to 2 hours playtime.I am doing this for my hobby. Its non commercial project. Its a small quest game with dress up as well. So inventory system plays a major role. Concept is almost done. Just...
by nropexin
Wed Apr 12, 2017 9:35 am
Forum: Ren'Py Questions and Announcements
Topic: Inventory item disapper
Replies: 3
Views: 1717

Re: Inventory item disapper

ohhh great the code is working now. But every time in the label i have to use $inventory = Inventory() . Is that correct way todo it or I am missing something here. I have moved the object before init as like below script.rpy default inventory = Inventory() default chocolate = Item("Chocolate&q...
by nropexin
Mon Apr 10, 2017 9:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Inventory item disapper
Replies: 3
Views: 1717

Inventory item disapper

I am new to coding so i followed leon inventory guide to setup the inventory bag in the game. https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=23071 So whatever i understand i modified the code to suit the need,. I have few question hope i will be cleared here. 1. Some code start with &quo...