I would recommend NOT doing it as a tag. Something more like the check boxes down in the post screen would be better, ie.
- Use an attack [available dropbox]. (and a fatalitie could become available in the box too when there HP is like < 5)
For example, you could add the checkbox... and add a drop-down menu with all the possible attacks. This would be easier to program and more intuitive.
You should also provide a means to heal, for example every post might gain you +2 HP.
This could be used to prevent overattacking:
_fightmembersID_MEMBER INT(10) NOT NULL
nextfight TIME
hp INT
mhp INT
xp INT
wins INT
losses INT
_fightattacksname VARCHAR(80)
damage INT
penalty TIME
(whenever you attack, nextfight = NOW + penalty, and you can't attack 'til then.)
Good luck.... and post any other problems/questions here - I'd be happy to help more.
-[Unknown]
PS: It's spelled experience. ;p