Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Enabled developer mode:
- Go into the game folder and open options.rpy. Enable config.developer and now shift + D should do it.
- Increase stats or gold:
- $ STR += 1
- $ END += 1
- $ AGI += 1
- $ INT += 1
- $ CHA += 1
- $ LDR +=1
- $ LCK += 1
- $ GOLD += 1
- Change 1 to whatever number you wish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement