This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Some original actor events has a negated validator. For instance, take a look at the VoidRayAttackBeam actor. In its event list you can see the following event:
ActorCreation !ValidateUnit NotQuadAndNotDoubleDamage|ActorCreation AnimPlay Attack Attack,02 PlayForever
As you can see, they use the ! character to negate the validator.
How can I add that ! negate character to the validators of my custom actor events?
Edit the raw XML.
Some original actor events has a negated validator. For instance, take a look at the VoidRayAttackBeam actor. In its event list you can see the following event:
As you can see, they use the ! character to negate the validator.
How can I add that ! negate character to the validators of my custom actor events?
Edit the raw XML.