-
Notifications
You must be signed in to change notification settings - Fork 124
Description
Hi Demonized.
Spawn antifreeze set to 1 currently breaks the "quick melee" script used in GAMMA. The script works by spawning an a dummy knife in the player's hands, perform a hit animation, and despawning the knife. Because of the spawn antifreeze it doesn't work anymore (the item doesn't spawn in the player's hand and the animation is not performed).
Do you think there's a way to fix the problem? I think this could impact other scripts and aspects of the game?
Here's the script: https://github.com/Grokitach/Stalker_GAMMA/blob/main/G.A.M.M.A/modpack_addons/G.A.M.M.A.%20Close%20Quarter%20Combat/gamedata/scripts/quickdraw.script
On my end I guess I could simply set the option to 0, perform the spawn and the animation and then set it back to 1. But I don't know if it's a good idea to change this frequently?