- Jun 21, 2020
- 2
- 5
Rev up dat console and type:can you show me an example how to use cheat by pressing F10? i don't get it
Blam, 11 trait points. Enough to teach your bad-ass dick-sucking orc-slayer how to boil a potato. (You can change the values as needed, of course.)$game_player.actor.trait_point+=11
Or you can add to the survival value (survival_trait) directly:
This goes for other traits too (combat_trait ; wisdom_trait ; and so on)$game_player.actor.survival_trait+=10
A quick boost to stamina (sta) looks like this:
Food is sat:$game_player.actor.sta+=100
Health is health:$game_player.actor.sat+=100
Mood is mood:$game_player.actor.health+=100
Here's a string list I found in an error log. Some work and some don't. You can't input unrecognizable commands and values are normalized so it should be nigh impossible to break your game:$game_player.actor.mood+=100
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: