Search found 3 matches
- Thu Apr 27, 2023 6:42 am
- Forum: Dialogue System for Unity
- Topic: Not showing current tags/current choices or calling binded function(INK)
- Replies: 1
- Views: 869
Not showing current tags/current choices or calling binded function(INK)
Hi all. I am using Ink in combination with the Unity Dialogue System, and I cannot seem to get any info on what is happening when the story is playing. I got the story playing correctly, but when I try to find out what the current tags and choices are, it's always 0, leaving me pretty stranded on ex...
- Wed Apr 26, 2023 10:56 am
- Forum: Dialogue System for Unity
- Topic: Changing Subtitle Chars Per Second from within ink file
- Replies: 3
- Views: 458
Re: Changing Subtitle Chars Per Second from within ink file
I am so sorry I was still a bit confused, I meant the Unity UI Typewriter Effect's CharactersPerSecond. I am trying to use tags in my ink file, but for some reason the storyalways says there are 0 tags. It looks like this but It doesn't work. Sorry I didn't update my question appropriately! public c...
- Wed Apr 26, 2023 6:27 am
- Forum: Dialogue System for Unity
- Topic: Changing Subtitle Chars Per Second from within ink file
- Replies: 3
- Views: 458
Changing Subtitle Chars Per Second from within ink file
Hey guys, I'm trying to change the DialogueSystemControllers SubtitleCharsPerSecond, but I can't quite figure out how to do it, I'm new to both Ink and the Dialogue Systen, any help would be appreciated! Below is my Ink file VAR SomeText = "" EXTERNAL SetIntVariable(x, y) ->main === main =...