I'm making a part of my storygame where the user can choose between multiple items, but can only pick one. All the items are going to be on the same page.
How do I script the link to restricting the player from the items once they choose one?
An example of this would be going to a store and seeing a bucket of different color candy. You can only pick one candy from the bucket. I know I can do this with multiple pages, but is there an easier way to do this with just one page and scripting? Thanks!