How to detect if the player is repairing a window?
Game Modding | Call of Duty: Black Ops 3 | Scripting
Ezzocorbi:
Just what the title says: how do I check if the player is repairing a window? I tried by checking whether the player's score increased, but if he shoots zombies my function still returns true. Here's the code in action: https://streamable.com/8exord
This way of checking when the player is interacting with the window is kinda buggy, is there a better way to do it? Thanks in advance!
P.S. I'm new to GSC and coding in general, this is my first project actually, so if you see any mistake or have any advice please tell me!
eDeK:
I dont test it but maybe something like that, idk.