// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Crouch Count:" m_walkProperties.kWalkCrouchCount; displayString -replace -value "Height:" m_walkProperties.kWalkHeight; displayString -replace -value "Sensitivity multiplier:" m_walkProperties.kWalkSensitivity; displayString -replace -value "Walk Settings" m_walkProperties.kWalkSettings; displayString -replace -value "Walk speed multiplier:" m_walkProperties.kWalkSpeed; displayString -replace -value "Show Walk Tool HUD" m_walkProperties.kWalkToolHud;