add to SetTitleText more information
Posted: 03 Aug 2022 14:34
by bugger
About GameStateSlot.cs
I want to add to SetTitleText more information
Now
SetTitleText SlotNumber date
After
SetTitleText SlotNumber Score Level GOLD HP exp
How do I get variable from GameStateMap state?
Re: add to SetTitleText more information
Posted: 03 Aug 2022 19:23
by idaot
Check the CustomUI example project which has a custom GameStateSlot where SetTitleText has been overridden to include the last printed text.
https://github.com/Naninovel/CustomUIExample
Re: add to SetTitleText more information
Posted: 04 Aug 2022 23:30
by bugger
Where stores Custom variables?
it does not seems GameStateMap stores Custom variables
Re: add to SetTitleText more information
Posted: 05 Aug 2022 07:28
by idaot
I don't know what you mean by custom variables, if you mean the naninovel ones then they never contained such things and I don't know what you were expecting.