======================================
   IF INSTALLING FOR THE FIRST TIME
======================================

***** Copy these line into the input.xml right above line : "<!-- [BASE_CharacterMovement] -->" *****
<Var builder="Input" id="PNToggleHud" displayName="PNToggleHud" displayType="INPUTPC" actions="PNToggleHud" />
<Var builder="Input" id="PNPee" displayName="PN_input_Pee" displayType="INPUTPC" actions="PNPee" />
<Var builder="Input" id="PNPoop" displayName="PN_input_Poop" displayType="INPUTPC" actions="PNPoop" />
<Var builder="Input" id="PNDrinkShallow" displayName="PN_input_DrinkShallow" displayType="INPUTPC" actions="PNDrinkWater" />


***** Copy these lines into the input.settings in documents on the beginning: ******
[Exploration]
IK_F12=(Action=PNToggleHud)
IK_F10=(Action=PNPee)
IK_F11=(Action=PNPoop)
IK_F7=(Action=PNDrinkWater)

[Combat]
IK_F12=(Action=PNToggleHud)