plz add this code to the next ra286
Hey,
Just added this code to my local verision, it works great when added to my binds for switching weapons, reloading, sprinting etc...
I added this block to raBoonie.uc right after the gunsight function
//not sure if ya need the arg but have it anyway
exec function unsight( optional float F)
{
bSighted=False;
}
With this in there, now I can bind commands/actions that I want to "unzoom" automatically...
Plz add it to the next ra286 version... This supports the ability for ppl to bind explicitly unzooming... So we will have more control over the behavior...
-Aegis