Disabling or enabling item abilities on runtime

jackcrosa

New member
I know how to enable or disable abilities but I still can't find a way to enable item abilities at runtime like aiming, shooting etc.. Any help would be appreciated.
 
You can use the state system:


The Item Abilities have an Enabled property that you can set.
 
Top