Hi, Tony!
In condition of a dial-e entry I need to compare a num variable with another num variable which can be changed during the game. So, how do I change my second num? Because, I can't put a variable instead of second num here: http://prntscr.com/k6zlmo
Adding and changing dialogue entry conditions in run-time
-
- Posts: 25
- Joined: Thu Dec 28, 2017 6:06 am
Re: Adding and changing dialogue entry conditions in run-time
Hi,
Just enter it manually into the Conditions field. You can use the "..." helper to get started. After you click Apply, the Conditions field will be:
Change '0' to the variable you want to check, such as:
Just enter it manually into the Conditions field. You can use the "..." helper to get started. After you click Apply, the Conditions field will be:
Code: Select all
Variable["PlayerLevelPoints"] <= 0
Code: Select all
Variable["PlayerLevelPoints"] <= Variable["MaxPoints"]
-
- Posts: 25
- Joined: Thu Dec 28, 2017 6:06 am
Re: Adding and changing dialogue entry conditions in run-time
Oh, I am so stupid, sorry and thanks!
Re: Adding and changing dialogue entry conditions in run-time
No problem, glad to help!