- Jun 16, 2017
- 7,227
- 8,007
If you're on a laptop, try Fn+F10.That's great to know, but what I mean is how do I get the console?, I'm playing on a laptop, and it doesn't appear in the options menu, I hit F10 and it doesn't show up, do I need to download it or something?
BakaGin
You can actually slap more than one cheat code in a time in the console. Separate them with a ;, like so:
$game_player.actor.sta+=999;$game_player.actor.health+=999
You can of course slap in a third one as well. It'll just over-type (not override) the first one.
Kgnot
If F10 isn't working for you, you may be on a laptop. Fn+F10 might work for you in that case.
If pressing enter does nothing, then the code you entered is incorrect. What should happen is that the console auto-closes.
The one exception to this rule is
$game_player.actor.heal_wound >z
.This code will still play the "wrong code" sound but will still execute. the
>z
prevents the console from closing so you can wipe all your injuries in one code entry. Once you've done that, just F10 (or Esc) out of the console.