I have a search area that send 2 missiles at random enemies found within 90 degree arc when a unit attacks. However, it only works when I move the unit very close to the enemies. I think the search area is turned in the wrong direction- I assumed it would be oriented in the same direction the unit faces, but apparently not. Any help?
Validate the launch location with a trigger.
The event is effect used. Then just display the names of the effect units (source/caster/target...) and check if the location field is properly set to your unit.
If it has no valid location unit reference, it should always target downwards.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have a search area that send 2 missiles at random enemies found within 90 degree arc when a unit attacks. However, it only works when I move the unit very close to the enemies. I think the search area is turned in the wrong direction- I assumed it would be oriented in the same direction the unit faces, but apparently not. Any help?
Validate the launch location with a trigger.
The event is effect used. Then just display the names of the effect units (source/caster/target...) and check if the location field is properly set to your unit.
If it has no valid location unit reference, it should always target downwards.