I was just about done reading too, grr !
Search found 3931 matches
- Tue Nov 22, 2005 11:06 am
- Forum: Completed Games
- Topic: ~ Black Pencil ~
- Replies: 158
- Views: 56267
- Tue Nov 22, 2005 6:53 am
- Forum: Ren'Py Questions and Announcements
- Topic: Questions on rollback
- Replies: 14
- Views: 3350
I haven't tested it but I'd be very surprised if rollback permitted such cheating maneuvers
. Ok, I'll be bold : yes it sets variables back to their previous state if you rollback.
To increment :
To decrement, replace '+' by '-'
To increment :
Code: Select all
$ var = var + 10
or
$ var += 10- Tue Nov 22, 2005 3:40 am
- Forum: Creator Discussion
- Topic: Questions about ONscripter...
- Replies: 20
- Views: 5466
- Tue Nov 22, 2005 3:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.2.0 Released
- Replies: 9
- Views: 2044
- Mon Nov 21, 2005 5:33 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.2.0 Released
- Replies: 9
- Views: 2044
- Fri Nov 18, 2005 9:27 am
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
- Fri Nov 18, 2005 2:13 am
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
- Thu Nov 17, 2005 9:31 am
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
I *knew* there was something like that, thanks! XD EDIT : guh... having problems with it though :/... "TypeError: iteration over non-sequence" At the beginning of the game : $ renpy.watch('cDebrouillard') At some point in the game (when it crashes) : $ cDebrouillard = cDebrouillard + 1 (I used $cDeb...
- Thu Nov 17, 2005 4:58 am
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
I was mostly dreaming there anyway ;). Yesterday I thought about the starting debug menu idea given by Alessio and thought of using it along with that keymapping function so the debug menu would be accessible from anywhere in the game by just pressing a key ('J'?). There will still be a problem with...
- Wed Nov 16, 2005 2:37 pm
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
Or.... or you edit on the fly :). Also used as a debug mode tool, you could press a key that turns static text into a text box that you can edit. Spot a typo ? Just press a key, correct it, and go out of edit mode. Since you can already go back and forth (thanks to the rollback system), you could ma...
- Wed Nov 16, 2005 6:25 am
- Forum: Creator Discussion
- Topic: Printing out your game
- Replies: 20
- Views: 4532
- Tue Nov 15, 2005 1:28 pm
- Forum: Completed Games
- Topic: ~ Black Pencil ~
- Replies: 158
- Views: 56267
- Mon Nov 14, 2005 1:49 pm
- Forum: Completed Games
- Topic: Idol/TYPE
- Replies: 39
- Views: 18571
- Mon Nov 14, 2005 4:21 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 5.1.6 Released
- Replies: 1
- Views: 973
Fixed Motion (the class that implements Move and Pan) to allow motions to be used as transitions, in conjunction with the say and menu statements. Previously, they only worked with the with statement. Added a new variable, config.with_callback, that can be used to specify a function that is called ...
- Sun Nov 13, 2005 9:04 am
- Forum: Completed Games
- Topic: Idol/TYPE
- Replies: 39
- Views: 18571
Mikey : Ending 4 is the first one I had so I know the "truth" :). Yet I'm not sure I see a good reason for not having a reply. In the 4th path, Hirae ends up replying if I'm not mistaken. I suppose her writer has been fired or at least is not authorized to reply to the main character anymore. Hirae ...