Name of the script assigned to the input binding (only applicable/required when the action ID is "Run Script").
I have a simple script that plays a short 0.5sec video, as a way of skipping videos in my game. That is binded to Tab.
The problem is, that I dont want the player to be able to use it, out side of cutscenes. For that I would love to use disable and enable action, when ever i need them.
However the system dosent seem to work. The script is called: Cut.
I have tried every version of: disable_action(action_id, script) i could think off.
Disable-action Cut
Disable Cut
Diable script Cut. Ect.
Nothing worked :/