Skip to content

Instantly share code, notes, and snippets.

@pvanliefland
Created March 11, 2021 14:09
Show Gist options
  • Save pvanliefland/cd1e1ae9f0d13d6be5330d4a17a139f1 to your computer and use it in GitHub Desktop.
Save pvanliefland/cd1e1ae9f0d13d6be5330d4a17a139f1 to your computer and use it in GitHub Desktop.
string content = story.Continue().Trim();
List<string> tags = story.currentTags;
if (tags.Count > 0) {
string lastTag = tags.Last().ToString();
if (lastTag == "positiveChoice") {
Debug.Log("Last Tag" + lastTag);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment