Hello every one!
For example: I have world map (map of city) with school, police and i.e.
School, police are scenes.
I have some story in school. And I want to move world map without waiting for the end of this story.
For such an action, I just want to click on this button.
Can I somehow add a function "jump MAP"?
I tried:
<button ...
data-action="jump Map"
data-do="jump Map"
data-choice="Map"
Thanks!
P.s: I cannot to add new button to the end of the quick menu. and cannot delete.
I used:
monogatari.component ('quick-menu').addButton ({
string: 'Stats',
icon: 'fas fa-tasks',
data: {
action: 'show-stats'
}
});
monogatari.component ('quick-menu').removeButton ('Hide');
Monogatari-v2.0.2