sentry gun ammo problem

i made a simple sentry gun for a test game i have the logic setup so when you press the space bar it will spawn the gun but the ammo properties for spawning it just dont want to work i tried the same logic for handgun ammo which works fine can any one help

Attachments


It looks like it won’t spawn because the property is sentry ammo is 0. You are checking to see if does not equal zero when you press space key for it to add the object.

thanks for that i finally got it to work now