Hello :D ,
So I have 2 currencies "tickets" to read chapters and "diamonds" to select premium choices and I have an ADS script, so I want to trigger the ADS and subtract one ticket at the start of each naninovel script.
And know how to add premium choices with diamonds currencies?
I get this answer on unity store:
"For premium choices you can make use of a custom choice handler; see the guide for more info: https://naninovel.com/guide/choices.htm ... e-handlers Alternatively, you can use conditional script execution (https://naninovel.com/guide/naninovel-s ... execution) to show the premium choices only in case they're available. To check the availability of choices, a custom script expression function (https://naninovel.com/guide/script-expr ... -functions) can be used. There are multiple ways to show an ad at the end of a script; the easiest would probably be via a custom command: https://naninovel.com/guide/custom-commands or with @showUI
built-in command and a custom UI (https://naninovel.com/guide/user-interf ... tomization)."
I tried but I can't seem to understand how to use UI custom or custom choice :? , English is not my language so trying to understand the doc it's not easy.