playMaker

Author Topic: VN System with Time System?  (Read 171 times)

xKayla

  • Playmaker Newbie
  • *
  • Posts: 1
VN System with Time System?
« on: November 15, 2025, 01:17:37 AM »
Hi I was wondering if anyone knows how to go about A VN style game that has a time system. Is there any Templates or useful actions that can help me with this?

Thanks

stunsailsock

  • Playmaker Newbie
  • *
  • Posts: 1
Re: VN System with Time System?
« Reply #1 on: November 20, 2025, 10:58:13 PM »
Honestly, for making a visual novel‑style game with a time system, there isn’t a ready‑made template. The simplest way is to create a few variables to store hours/minutes or just morning/afternoon/night. Then set up a small FSM that increments those values, like every few seconds adds one in‑game minute.