- Sep 12, 2020
- 164
- 359
There are some functions that don't work on the mod so here are some fixes you can do with some quality of life things that helps.How to add this mod?
The heal wounds does not work. You need to go into the script and change the command name in
class Scene_Debug < Scene_MenuBase
. Go down to @command_window.set_handler (:healwound, method (:command_healwound))
and change (:healwound, method
to (:healw, method
as the command name is saved as healw
instead of healwound
.The F5 button will only heal and recover stamina to max, but it does not heal injuries. You can add the line
game_player.actor.heal_wound
under the class CheatUtlis
and the F5 will also auto heal your wounds as well automatically.If you just want to copy and paste the fixed code, here it is. Credit to the original mod maker and updated code as I would not have been able to make this mod haha. https://f95zone.to/threads/lonarpg-v0-6-6-0-beta-eccma417.49993/post-5509166
Edit: I give up... cant get them not to be emojis lol. Ill just upload my fixed file instead lol...
Edit2: Thank you my dude TheodoreBear~ Taught me how to not make it emojis anymore
(:
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: