How to Cast Spell by Actions PM

Yago

New member
Hello!

I have created a 4 Characters Agents each one with their own Canvas and UI buttons.
Each Button activates an Ability or a Item (i.e Magic Spell).

I can activate the Ability using the action "Start Stop Using Ability",
however... I am really struggling to find how to use an item/cast a spell using Actions.
I would appreciate if you help here.

Best,
 
Any UsableItem action (including MagicItems) can be fired with the UseItem method, however it's generally best to just use the character's Use ability instead.
 
Top