Search found 3 matches

by Senad
Sun Nov 25, 2018 3:07 pm
Forum: Dialogue System for Unity
Topic: Variables and Events for Ink integration
Replies: 5
Views: 1520

Re: Variables and Events for Ink integration

Fantastic, thank you! :)
by Senad
Fri Nov 16, 2018 11:46 am
Forum: Dialogue System for Unity
Topic: Variables and Events for Ink integration
Replies: 5
Views: 1520

Re: Variables and Events for Ink integration

Thank you, that was helpful.

How about raising events from within Ink Script? Something like

Code: Select all

EXTERNAL ShowAlert(x)
I would like to fire some string events that I can catch from within C#. So you know how I could go about that?
by Senad
Fri Nov 16, 2018 10:26 am
Forum: Dialogue System for Unity
Topic: Variables and Events for Ink integration
Replies: 5
Views: 1520

Variables and Events for Ink integration

I am using Dialogue System with Ink.

Is there a way to read and write the global variables to and from Ink from a script?

Is there a way to through a generic event from the Ink Script like the predefined external functions? (show alert, etc.)

Thank you!! :)