Could I use Unlockable Items to control unlocking a new chapter of story?
The idea is, besides the main story, we have some extra chapters, which need to unlock until some condition fulfills. So just wonder if I could use unlockable Item to do this? (kind of like unlock a whole new game?) Or I need to code another script for title menu and all functionality I need
I may also like this to be display in the title page(title UI) with a button of “Sequel”, before the condition is fulfilled, should be disable.
Yes, unlockable triggers or custom variable triggers should work fine. Just make sure you choose a dynamic bool instead of static parameters for the event parameter.
Yes, unlockable triggers or custom variable triggers should work fine. Just make sure you choose a dynamic bool instead of static parameters for the event parameter.
thanks!
Could you please provide more instruction on how I could achieve through custom variable triggers?
And I am not using a custom UI, instead, I am using the TitleUI, could I integrate this into the default TitleUI?
Yes, unlockable triggers or custom variable triggers should work fine. Just make sure you choose a dynamic bool instead of static parameters for the event parameter.
hey!
I found a way to get this resolved!
Yeah... variable trigger and global variable works...