Search found 6 matches
- Sun Jun 10, 2012 2:43 am
- Forum: Ren'Py Questions and Announcements
- Topic: python integration limits
- Replies: 10
- Views: 1998
Re: python integration limits
Just wondered how far python integration is possible within the ren'py script. 2. scene jumps I'm trying to build an object which contains some pre-fetched flags and determine, based off the flags, which scene to jump to. (i can manage with the object returning a flag and do a separate if-elif chec...
- Sat Jun 09, 2012 8:33 pm
- Forum: Ren'Py Questions and Announcements
- Topic: python integration limits
- Replies: 10
- Views: 1998
python integration limits
Just wondered how far python integration is possible within the ren'py script. 1. dialogues I understand that whenever a character object is created and the dialogue function is created as well; is it possible to create a character object that overrides other system objects and screwing up the entir...
- Mon May 30, 2011 1:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: conditionally show a menu item?
- Replies: 2
- Views: 1157
Re: conditionally show a menu item?
thank you. that reference page is quite helpful.
- Sat May 28, 2011 12:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: conditionally show a menu item?
- Replies: 2
- Views: 1157
conditionally show a menu item?
To simulate a conversation I am trying to invoke a new menu item as one gets more information. I have tried numerous attempts but I cannot seem to find a simple way to do this. (either code becomes spaghetti or unnecessarily long) I was thinking of something like; $knowledge = 0 menu conversation: i...
- Wed May 25, 2011 8:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Dynamic menu customization.
- Replies: 2
- Views: 1293
Re: Dynamic menu customization.
Nice. thank you. I will read on.
- Wed May 25, 2011 2:31 am
- Forum: Ren'Py Questions and Announcements
- Topic: Dynamic menu customization.
- Replies: 2
- Views: 1293
Dynamic menu customization.
hi. I am new to the forum, and I've started developing a game. I am using renpy version 6.12.0e, and have read through the quickstart guide and other references.(http://renpy.org/doc/html/quickstart.html) While creating menu(http://renpy.org/doc/html/quickstart.html#menus-labels-and-jumps) for branc...