That's why it isn't working, yes. However, if that's the only edit you make, it'll spawn her on every tag-based event. You need a check at the top to return if the event isn't activation. Looks like this:
if (GetUserDefinedItemEventNumber() != X2_ITEM_EVENT_ACTIVATE)
return;
There are many ways to do a tag-based setup - I suggest you take a look at the Lexicon's tag-based tutorial.
Funky
Modifié par FunkySwerve, 18 décembre 2010 - 05:12 .