Hello! Thank you for this amazing asset.
I have an issue that I couldn't figure out the cause of. It would be great if you could point out my mistake.
I am checking a bool value with a function. However, when I select the option in first image while in run mode, the dialogue UI closes, and the dialogue ends. Where did I go wrong?
Dialogue with C# function condition
Re: Dialogue with C# function condition
Nvm I found my mistake.. I have to write code like this:
Code: Select all
public bool IsSeatFound()
{
return seatFound ;
}