[BUG] Or Statement

When testing on PREVIEW, if the txt_menu_6 is pressed and released, only the first action is completed; however if the ing_bookmark_6 is pressed and released, all the actions are completed.

Currently to solve this problem, I have separated the OR statement.

this is intended behavior, since if the img_bookmark_6 condition is not met, then it means all instances of the objects were not picked, since only instances that meet the conditions are picked. Therefore, using an action with that object will not do anything, since there are no picked instances of the object to execute this on. If you want to execute the action on all instances regardless of previous object picking, use a pick all instances action after the conditions.