Hello I'm Greg and I'm still trying to get familiar with C2. My question is I don't know if it's possible to pick one family as a sub-event while the parent event has picked one. The is because I want to pick some sprite(s) according to the picked parent sprite's instance variable:
I do that is because I want to allow user switch weapons, so that the bullets should be switched, too. However, according to the articles about picking I have seen, the SOL of sub-events would be restricted to what the parent selected, although I don't know whether that's the reason I did that fail (the picking Bullets didn't work). So I wonder if there is a better way to do that? Or I should change my whole pattern?