Search found 4 matches

by Mastodon
Wed Apr 09, 2025 4:19 pm
Forum: Dialogue System for Unity
Topic: Number variables and Boolean
Replies: 1
Views: 178

Number variables and Boolean

Hello! I'm curious on how I would set a Boolean from to true or false based on a number value. Basically, keeping score. For example, if Variable["Points"] = Variable["Points"] + 5 If the player does not meet the required X number of points, then they do not pass and cannot move ...
by Mastodon
Wed Apr 17, 2024 4:42 pm
Forum: Dialogue System for Unity
Topic: How to trigger dialogue when X happens?
Replies: 1
Views: 302

How to trigger dialogue when X happens?

Hello! I am developing turned based combat for my game and am finally getting around to explaining the tutorial through the dialogue system. How would I go about making dialogue pop up when players do something specific. Like clicking the attack button or when a meter fills up have dialogue pop up t...
by Mastodon
Sat Jan 06, 2024 11:45 am
Forum: Dialogue System for Unity
Topic: How to block player's path?
Replies: 3
Views: 26013

Re: How to block player's path?

Awesome it works perfectly! Thank you so much for the help! :D
by Mastodon
Fri Jan 05, 2024 8:35 pm
Forum: Dialogue System for Unity
Topic: How to block player's path?
Replies: 3
Views: 26013

How to block player's path?

Hello, I was curious if anyone could help me. I wanted to know how to block the player from going to any scene if they have to do something first. Like talking to an NPC. For example, if the player tries to go to that area a conversation will show up saying "I should talk to X first". I ha...