Posted by kaptan 208.4.90.155 using Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) on April 11, 2000 at 17:37:56:
In Reply to: How would one cancel out an attack (given ammo was out) ? posted by Gaden on April 11, 2000 at 16:51:37:
Lets make the attack a special move and the code has to check the ammo before attacking:
#if (ammo = 0)
{
#MWin "Not Sufficient Supplies")
#Branch (end:)
}
-Attack stuff-
End: