Added hide_choice and rename_choice which alter the next set of choices shown by an event

This commit is contained in:
Maruno17
2022-01-12 22:46:14 +00:00
parent 24efbccb67
commit 25b009b344
2 changed files with 31 additions and 9 deletions

View File

@@ -35,6 +35,8 @@ class Interpreter
@child_interpreter = nil # child interpreter
@branch = {} # branch data
@buttonInput = false
@hidden_choices = []
@renamed_choices = []
end_follower_overrides
end
#-----------------------------------------------------------------------------