::: CODE :::
Void DrawAmmo ()
{
switch (gamestate.chosenweapon)
{
case wp_specialgunusingsecondammo:
LatchNumber (26,16,3,gamestate.ammo2);
break;
default:
LatchNumber (26,16,3,gamestate.ammo);
}
}
Want to add a third ammo... Just add the case wp_weaponammo3 etc... before the default.
Greg
BrotherTank