have a variable hold the number of found eggs(?
) and just print the value.
In some unit's init field: eggcount = 0
1st trigger:
activation by: west present
condition: this
on activation: eggcount = eggcount +1; hint format ["You found %1 of 10 Bunny Rabbit Eggs",eggcount]
2nd trigger:
activation by: west present
condition: this
on activation: eggcount = eggcount +1; hint format ["You found %1 of 10 Bunny Rabbit Eggs",eggcount]
...
Do 10 of the above and then
check trigger:
condition: eggcount == 10
on activation: hint format ["Congrats! You have just hunted down 10 silly eggs. Now it's time to make camp and have some scrambled eggs with mushrooms.",eggcount]