This scriptlet allows you to auto-select 2 game variables that will store the choices list ID for the selected event page and the number of times you have selected a given option.
The value of that game variable will get updated automatically every time you pick any of the available choices.
The Script
Code:
# * ReKordChoices VX + ACE * #
# Scripter : Kyonides Arkanthes
# 2024-10-08
# This scriptlet allows you to auto-select 2 game variables that will store
# the choices list ID for the selected event page and the number of times you
# have selected a given option.
# The value of that game variable will get updated automatically every time
# you pick any of the available choices.
# * Script Calls * #
# Use them to create a new choices list storage or to retrieve its data.
# List of Arguments:
# - ListID stands for Any "String" or Number
# - ChoiceIndex is a Number, 1 through 4
# - EventPage is a Number, 1 through 99 (Maximum Number of Pages)