Search found 1 match

by Flinty
Sat Jun 29, 2019 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Setting up events
Replies: 1
Views: 558

Setting up events

Hello everyone. I'm trying to make a code where events will pop up on certain days depending on your choice. I'm kinda new to coding and most of what I know came from these forums, so bear with me :p define j = Character("Jimmy") init python: class day_time(object): def __init__(self): sel...