A farming game engine that provides basically everything to start your cozy game journey. · By Siro Games
Is there a way to make other actions cost stamina(stamina variable)? If not, can you make it a plugin command like the stamina gain plugin command?
+1, that is highly needed.
I found out that script: ToolManager.inst.consumeStamina() works
Thank you!
Does not work for me, got me an error :(
That's strange. I typed in RPG maker (the script option):
ToolManager.inst.consumeStamina(5)
And 5 stamina was depleted.
Ohhh....stupid me, I just typed ToolManager.inst.consumeStamina() thinking it's always consume 1 then, but without the argument it doesn't work at all. It works of course, thank you for clarification!
No problem