Are they always shown to players when the validator check fails?
For example, if I have a persistent effect with a periodic validator... does the fail message appears to player when the validator check fails? If not, how can I make it appear?
The error message only displays if a failed validator prevents the initial effect for an ability from being executed. If you want to display an error message later on in the effect chain I believe you'll need to use triggers.
I have to display a red failure message to players in two custom abilities I made...
1) A sentry-like shield, when the periodic effect validator fails and the persistent is destroyed.
2) A load/unload like ability, when CAbilTransport_LoadValidatorArray's validators fail. In that array I have 3 or 4 validators, so the message should be different depending on which validator failed the check.
I can't find a solution to display validator message :S
Is there any trigger/script that can be used for that? For example, an event like "validator fails" or something else?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Are they always shown to players when the validator check fails?
For example, if I have a persistent effect with a periodic validator... does the fail message appears to player when the validator check fails? If not, how can I make it appear?
The error message only displays if a failed validator prevents the initial effect for an ability from being executed. If you want to display an error message later on in the effect chain I believe you'll need to use triggers.
I have to display a red failure message to players in two custom abilities I made...
1) A sentry-like shield, when the periodic effect validator fails and the persistent is destroyed.
2) A load/unload like ability, when CAbilTransport_LoadValidatorArray's validators fail. In that array I have 3 or 4 validators, so the message should be different depending on which validator failed the check.
How would you do that through triggers?
Bump!
I can't find a solution to display validator message :S Is there any trigger/script that can be used for that? For example, an event like "validator fails" or something else?