GOOD NEWS MY GOOD FRIEND YIN!!!!!
The script is done! It works perfectly! I'll still need to get it for your battle system havent looked into it yet but I will. First the demo
http://cid-b4a439303792c7fe.skydrive.live.com/self.aspx/.Public/Script%20Bed.exe
Now to configure it go to
Configure + Addon script
change the max amount of Force POints for each thing.
Attack
Defend
PointsPerTurn
Starting Points
Then go down to the Configure a bit below and you'll see one for skill and items.
Each item and skill can have its own amount of force points used and if theres not enough force points for any action it wont let you attack also when you choose Fight it'll add three points but when you cancel back it'll take away those three points.
The instructions are all in the Config + Addon to configure the stuff. They're not the best but hopefully you'll get it. Ignore teh Configure for Weapons thing it says that for both skills and items but I wasnt thinking right.
To add force points use
$game_actors[id here].add_force_points(amount here)
To minus points
$game_actors[id here].take_force_points(amount here)