Log In  


There is something I been trying to figure out how to make and it's been eluding me.

i am trying to make an ammo dispenser that activates on once ammo pack has been collected. So you grab a pack
it delays for some time, then spawn another pack and so on. Should be simple to do, but so far I am not having any luck with it.
Thx all

1


Zep, Kling... any suggestions?


there you go, I also made it so that the pack would only add 3 ammo to your grenades and it can only be collected once you have the item with you (regardless of ammo)


Hi Kling, Thx for looking at it :)
I want it to spawn an item in place of an item that has been picked up, to keep number of ammo packs same.
But know it just keep's on spawning. Let me know if you think of something.
Thx again :)


I found four ways of doing so:
from right to left:

Make the dispenser a platform that will only spawn another pack if there's nothing over it (sometimes it triggers twice)

Give it a button so it only spawns on player input (there may be multiple packs if the player wants it, however)

Make the item timed so it disapears as soon as another one comes (if the player picks it up, he'll have to wait for another)

Make it so the item dies if it touches another pickup (pickups can't be killed by modifiers or each other so I deleted the ground colision)

This is epic thank you so much :)
My fav is the button one :)
Thx again.


Kling, I was wondering if you can look at this file. I am trying to make a monster act like ghosts do in pacman.
But it doesn't reset :(
I think I need some kind of different trigger. Your thoughts are much appreciated.



[Please log in to post a comment]