Page 1 of 1
Help me triggering please
Posted: Fri Jan 01, 2021 5:48 pm
by Aral_Yaren
Hi forumers, hope you all well
I want to trigger: if unit x (p1) sees unit y (in any turn), p2 will create unit 5 turn after that (ie, if x sees y in turn 6, it will create in turn 11, and so on). The effect is fine, though the cond still gets me.
Thanks for all
Re: Help me triggering please
Posted: Fri Jan 01, 2021 6:29 pm
by Hyuhjhih
As far as I know, there is no condition for
Aral_Yaren wrote: ↑Fri Jan 01, 2021 5:48 pm
if unit x (p1) sees unit y
But
if unit x / player n near/ in unit y can do good for this.
So
trigger1 if unit x/player n near/in unit y
Enable trigger2 ( no looping)
trigger2 if player n countdown turn N
Create unit "UNIT" at xy for player n ( no looping)
Re: Help me triggering please
Posted: Tue Jan 05, 2021 2:25 am
by Aral_Yaren
Hi hyu, hi all,
I used the cond "if player1 countdown Nr1" like you suggest, in this case i put 4 on the number.
But it resulted to create units in turn 4, and i seek to create units 4 turns after "x p1 units" reach the trigger spot, by the cond you've kindly shown to me.
Hope you all well
Re: Help me triggering please
Posted: Tue Jan 05, 2021 3:33 am
by Hyuhjhih
You have to first disable trigger 2 with a universal condition first. And you have to enable it once you want the countdown to be started as i mentioned.