the person that made the know how on the console needed to give an example of how it worked. otherwise it took me about 5 mins of playing in the console to figure it out.
If you are using 0.7.x the command for adding items is going to be: '
player inventory <item name here no brackets> add' | So to add the camera to your inventory type this and then hit enter:
player inventory camera add
If you are trying to modify social/romance values, etc., then it is going to be '
social <character1 name here no brackets> <character 2/"towards" name here no brackets (only add this if using romance, friendship, etc)> <numerical modifier> <value you are modifying> <add or equals>'. So to add 10 "Drunk" to Katherine, type this and then hit enter:
social katherine 10 drunk add | To add 20 love between Madison and you (the player), enter:
social madison player 20 romance add
You can also use negative numbers or the
equals parameter at the end to reduce values. So if you enter 40 drunk (you should, it's funny), you can type -30 add to get it back down to normal.
There is a lot of help text assuming you have 0.7.x. You need to type ? or help, then enter, for general help. You can also type ? or help following by a command (i.e.
help social) for more info on that command. You can ALSO type
help examples for a list of a some interesting or useful examples.