Yet another "for each" question, i guess it's pretty simple for a normal person, but i'm somewhat retarded
I got 10 wolves in the map
Condition:
Every choose(5,10,15) seconds
Wolf stamina > 10
Action:
Wolf do this blabla
My question is this: if i dont use "for each" the game picks the SAME of 5/10/15 seconds from the "every X seconds" for ALL the wolves that respond to the criteria (> 10 stamina), right? But if i put "For each wolf" before it, will it actually pick randomly one of the 3 seconds number for every wolf every time?