Hi there,
There are some parts in my game where my character enter "crouch mode" to cross some tight areas (I'm using the CTRL key), but if I press the CTRL key again, while crouched in these areas, my character will stand up and get stuck forever.
So I'd like to know if there's a simple workaround for this, something like:
If the char is in the tight area AND is in crouching mode, the CTRL key is disabled (so he won't stand up under these conditions)
If this is possible, how do I do it?
Someone please help in simple words cause I'm not good with the programming part of C2!
Thanks in advance