This isn't a problem as long as you don't confuse yourself. I've had lots of options for one event and quite a few descriptions set to trigger each time repeat_event (same event) was used. It can get a bit muddled and start to feel like juggling though.And since I'm here I wanted to ask if having more than five option for an event, in which more than four can't show simultaneously since two trigger options are mutually exclusive, is a problem.
i.e. set this character flag = desc 'a' and options a/b/c/d -- option a selected adds character flag 2 -- option b selected adds character flag 3 -- option c selected add character flag 4 --- option d selected adds character flag 5 --- repeat_event = { id = same_event } --- character_flags 2/3/4/5 = desc 2/3/4/5 and options 5-8/9-12/13-16/17-20 respectively-- option 20 = random_list (add random character_flags) -- each character flag brings about a different description and set of options. Anyway. You can see where that would get confusing.
Short answer: Yes. You can do more than four options ( a lot more) so long as you only display four of those options at any given time and you are careful not to confuse yourself.
Last edited:
- 1