HentHighSchool Development Forum

Game Development => HHS+ => HHS+ Development => Topic started by: Untolddead on Jul 18, 2022, 02:43 AM

Title: adding events after an event.
Post by: Untolddead on Jul 18, 2022, 02:43 AM
Basically I want to create a mod that's only accessible after the player makes a decision in a event.

I managed to get the events not to show up. I tried to copy what has already been done. But I couldn't manage to get the events set to show up again.

I'm probably going to forget the first event as it was more for flavor. But what is the proper way to do that?
Title: Re: adding events after an event.
Post by: Thaiboy on Jul 19, 2022, 12:57 PM
set global variable in the event, set this variable to true after decision, in the mod - in try phase check this variable
Title: Re: adding events after an event.
Post by: Untolddead on Jul 20, 2022, 01:03 AM
Lol my test event was in My House and not My Home....