New cubescript variables for the current round's # of hits. Possibly allow us to not only see the hits of ourselves, but others (similar to pstat) as well.
Psuedo-code examples:
Would echo the # of hits you have with the Assault Rifle.
Would echo the # of hits you have for ALL weapons.
Would echo the # of hits unarmed has with the Sniper Rifle.
This would allow scripters to calculate accuracy (accurately :P) via pstat_weap and these new variables.
Psuedo-code examples:
[SELECT ALL] Code:
echo (hits 6 (findcn $curname))
[SELECT ALL] Code:
echo (hits <0 (findcn $curname))
[SELECT ALL] Code:
echo (hits 5 (findcn "unarmed"))
This would allow scripters to calculate accuracy (accurately :P) via pstat_weap and these new variables.