[Request] Temporarily disable a specific action in VS - Solved

While developing a game, I want to temporarily disable a specific action in VS.

If it were GDScript code, I could simply select that block and press Ctrl+K to temporarily disable it (i.e., turn it into a comment).

However, VS does not have this feature. As a result, if I want to pause a specific action (as shown above), I have to either disconnect the condition link or modify the internal settings of that action.

The problem is: I don’t want to make any changes to that action; I just want to temporarily disable it. This makes the process very inconvenient. If I want to re-enable it later, I’ll have to re-establish the condition link or modify the internal settings again.

Does AGM have a better solution, or could this functionality be added?

Have you tried the ignore option here?

1 Like

Ah, after disabling the condition directly, the subsequent events indeed no longer trigger!
I’ve been using this for so long, yet I hadn’t mastered this little detail. :sweat_smile:

Thanks so much!

2 Likes