I'm trying to create a story with a pretty basic turn based combat but I came to a halt when I realized I have no idea how to create a mana/stamina system.
Let's say I'm in combat [e.g. (set: $stamina to 10)] and some of my skills take stamina to use. How can I create a system that reduces stamina when I use skills and doesn't let me use skills that I don't have stamina for?
Comments
This is incredibly simplistic, but should get you started
If you have a lot of skills then you would probably use a datamap for skills and stamina requirements
e.g.
Something like
The prompt macro pops up an input box and the alert: macro displays a pop up message.
it should be something like