SgtJoker Posted June 22, 2016 Share Posted June 22, 2016 Hello everybody, For a mod I want to change speedmult dynamically based on some other values. From my knowledge speedmult is only updated whenever the player toggles sneak mode, holsters a weapon or one of his legs is crippled. However, forcing a player to do any of these things would be pretty intrusive. Is there any other way to make the game update speedmult without having the player to do anything? I tried to add to the script to cripple the players legs and then immediately restore it but that didn't really work. Any suggestions would be much appreciated. Thank you very much! Link to comment Share on other sites More sharing options...
Ladez Posted June 22, 2016 Share Posted June 22, 2016 Damaging one of the legs for 1 point and restoring it does work. Used it many times. player.damageAV RightMobilityCondition 1 player.restoreAV RightMobilityCondition 1 Link to comment Share on other sites More sharing options...
Recommended Posts