Hey Guys,
Can someone help me to change or add the ConsoleCommand to "backpack.toggle"?
From other games I am used to be able to close the backpack with 'B' again. Unfortunately I do not know how to realize it.
I tried to add to line 584
to the ConsoleCommand but "backpack" does not exist in the current context and i dont know how to fix this.
Can someone help me to change or add the ConsoleCommand to "backpack.toggle"?
From other games I am used to be able to close the backpack with 'B' again. Unfortunately I do not know how to realize it.
I tried to add to line 584
if (backpack.IsOpen)
backpack.ForceClose();to the ConsoleCommand but "backpack" does not exist in the current context and i dont know how to fix this.