Search found 1 match

by SkyPie22
Sat Aug 01, 2020 11:17 am
Forum: Ren'Py Questions and Announcements
Topic: How can I trigger a Dialogue chain when entering a location only the first time?
Replies: 1
Views: 324

How can I trigger a Dialogue chain when entering a location only the first time?

Hi, I have started using renpy pretty recently. And i am working on a VN. It has an explorable map, and an inventory, and 2 characters for now. I have a class DIALOGUE(self, location, participant, chain, sequence, lbl, InitText) Dialogue = [] a class CHAIN(self, participant, evnt, sequence, IsActive...