you could put <<set $feminine = 10>> and <<set $masculine = 10>> in your Story Init passage, then it's a matter of using <<if>> for when points are taken away or added. like
<<if $gender is "Boy">>
<<set $masculine -= 1>>
This may not be the most efficient way, but it should work.