Registering when a node has a reponse or not
Posted: Wed Nov 04, 2015 5:02 pm
Hi there again,
So this time I need a way to detect if the line we just received has a reponse menu or not.
This is how I need my code to work:
public void OnConversationLine(Subtitle subtitle)
{
If (subtitle has response options?)
{
Do nothing.
}
if (subtitle doesn't have response options)
{
Pause this conversation until I unpause you in a different bit of code.
}
}
Thanks for any help.
So this time I need a way to detect if the line we just received has a reponse menu or not.
This is how I need my code to work:
public void OnConversationLine(Subtitle subtitle)
{
If (subtitle has response options?)
{
Do nothing.
}
if (subtitle doesn't have response options)
{
Pause this conversation until I unpause you in a different bit of code.
}
}
Thanks for any help.