shot counter
kipdev
Member Posts: 275
Hi guys i have a shot counter in my game, that shows a player how many shots they have left. What i would like to do is add in some different type of shots threw rewards and in app purchases. My question is, once someone is rewarded a special shot or buys one, how do i tell my shot counter to NOT count that shot, and shoot the special shot?
Thanks in advance
Comments
Create a boolean called Special Shot. On your shot count, If special shot is false (shot counting rules)
Need Help? Email Me | Templates | Full Game Source Code
So if they buy it, specail shot is true, shot counting rules dont apply?, and can this be done for multiple types of shots that dont take away from the shot counter?