Is it possible to create an ability which applies 2 behaviors at once? And if its possible how can i do this?
The ability will need to apply a Set-type effect, which allows you to implement multiple effects. You can then add two Apply Behavior effects to this Set effect.
Very easily: Create two effects of type Apply Behaviour.Here you can set the behaviours you want to apply. Now create an effect of type Set and add the those two to the set. Now you just need to have the ability use the Set you just created.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Is it possible to create an ability which applies 2 behaviors at once? And if its possible how can i do this?
The ability will need to apply a Set-type effect, which allows you to implement multiple effects. You can then add two Apply Behavior effects to this Set effect.
Very easily: Create two effects of type Apply Behaviour.Here you can set the behaviours you want to apply. Now create an effect of type Set and add the those two to the set. Now you just need to have the ability use the Set you just created.