Map Event 606: Checking if an AttachEffect was attached to a Techno
- Checks if an
AttachEffectTypewas attached into an object.
In mycampaign.map:
[Events]
...
ID=EventCount,...,606,2,0,[AttachEffectType],...
...
Nightly build for this pull request:
- compiled-dll-64ec15f8ff3a86cb3e957203226cd370f48cbdda.zip These artifacts will expire in 90 days and will not be available for download after that time.
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.
We can try the simple instance approach and if I need that frequent AI check (for example for checking an attempt of a FS limpet drone using AE) always I can create & send a new PR for a new Map Event :-P
Discard what I said. I checked your suggestion of putting the event call in CreateAndAttach and works very well.
An example please