Blockland Forums > Modification Help
Screwed-up Script. I require assistance.
Kike:
--- Quote from: Space Guy on December 06, 2010, 10:53:57 AM ---You still have the test for %obj.toolAmmo[%obj.currTool] != 0 before it changes. You never set the ammo amount (since you've removed everything to do with that) so it's always going to be a blank string ("") which equals 0 in value. Therefore it'll never change to the iron-sight.
--- End quote ---
Thank you for that info. I shall try it out immediately.