VisualNovelKit
VisualNovelKit copied to clipboard
Make History working
History was working, but I lost a part of my changes and now it doesn't work. But fortunately I remember how it was implemented:
- [ ] add new
_history
var as Rakugo var - [ ] on
say
signal add it content to_history
- [ ] on
ask
signal add it content with answer to_history
- [ ] on
menu
signal add it content with choice to_history
- [ ] make
say
content display byHistoryItem
- [ ] make
ask
content and answer display byHistoryItem
- [ ] make
menu
content and choice display byHistoryItem
- [ ] display all items from
_history
in History tab.