- Apr 23, 2018
- 38
- 24
for those who want to add items from the latest version 1.3.3 (called console V2) that need to be enabled before being added to the inventory (this does not include simpler items, such as nattylite, painkillers, etc., you can use the simple command on the last line, if you have any doubts, you can use help.v2 in the console)
Many tips on what to do and names of items that sometimes you try to add in the console and it doesn't work, the answers can be in the debug console (F5)
Good for an item called Tiny Key (Ash's closet that contains a snake), to add it in the console it's like this:
Item BikeLockKey SetEnabled True
and then
BikeLockKey.inventory = true
See, you need to use the SetEnabled parameter
Now for Ash's clothes
Item Clothes SetEnabled True
clothes.inventory = true
Many tips on what to do and names of items that sometimes you try to add in the console and it doesn't work, the answers can be in the debug console (F5)
Good for an item called Tiny Key (Ash's closet that contains a snake), to add it in the console it's like this:
Item BikeLockKey SetEnabled True
and then
BikeLockKey.inventory = true
See, you need to use the SetEnabled parameter
Now for Ash's clothes
Item Clothes SetEnabled True
clothes.inventory = true
Last edited: