Phobos icon indicating copy to clipboard operation
Phobos copied to clipboard

Map Event 606: Checking if an AttachEffect was attached to a Techno

Open FS-21 opened this issue 6 months ago • 3 comments

  • Checks if an AttachEffectType was attached into an object.

In mycampaign.map:

[Events]
...
ID=EventCount,...,606,2,0,[AttachEffectType],...
...

FS-21 avatar May 24 '25 22:05 FS-21

Nightly build for this pull request:

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.

github-actions[bot] avatar May 24 '25 22:05 github-actions[bot]

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

FS-21 avatar May 29 '25 05:05 FS-21

Discard what I said. I checked your suggestion of putting the event call in CreateAndAttach and works very well.

FS-21 avatar May 29 '25 05:05 FS-21

An example please

fagonghaiwo avatar Jun 30 '25 17:06 fagonghaiwo