Page 1 of 1

Help on map editor

Posted: Thu Apr 22, 2021 7:02 am
by Hyuhjhih
Is there anyway to sense which unit use its action on which unit?

Like, cond: Unit X attack/cast/mend Unit Y ; eff:
Where X and Y are particular units, and only trigger effect on correct X Y pair.

Re: Help on map editor

Posted: Thu Apr 22, 2021 11:51 am
by godOfKings
There is only 1 cond, place unit x next to unit y, there is none for action

Re: Help on map editor

Posted: Thu Apr 22, 2021 12:41 pm
by Hyuhjhih
How about suggesting a new trigger? Can anyone move this to suggestions plz.

Re: Help on map editor

Posted: Thu Apr 22, 2021 1:49 pm
by godOfKings
u can use another cond, obj hp between n1 and n2, u can decide min and max hp to make it true, so if unit hp becomes less than full hp, or more than current hp (by healing/mending) this cond will b true

u could also combine this with cond unit 1 beside unit 2 and it might work to some extent wat u want although i m not sure

Re: Help on map editor

Posted: Thu Apr 22, 2021 3:39 pm
by Hyuhjhih
godOfKings wrote: Thu Apr 22, 2021 1:49 pm u can use another cond, obj hp between n1 and n2, u can decide min and max hp to make it true, so if unit hp becomes less than full hp, or more than current hp (by healing/mending) this cond will b true

u could also combine this with cond unit 1 beside unit 2 and it might work to some extent wat u want although i m not sure
I have tried it before, not getting what i expected.