Hi!
I made working a system action witch pick from a random family instance. How can i extend this with after a touch action this instance cant be select by 'pick random' action? I tried remove from parent action for the touched element, but not working :/
Any idea?
Thanx a lot!
You'll need to use a variable and add it as an extra condition to differentiate what has been picked before. For example if one is picked you set the variable to 1. Then the main condition is to pick a random instance where variable is 0.
Develop games in your browser. Powerful, performant & highly capable.
Thanx lionz! Working perfectly!