player.frag_grenades
Type: NumberThe player's current frag grenade count. The count is capped at 4; attempting to increase it past this number will simply set it to 4 instead.
This accessor supports write access only; you cannot read an existing value.
Example
for each player do current_player.frag_grenades += 1 end