Moving Objects Respawn Issue

Discussion in 'Halo and Forge Discussion' started by Nemihara, Oct 17, 2010.

  1. Nemihara

    Nemihara Ancient
    Senior Member

    Messages:
    5,071
    Likes Received:
    1
    In a map I'm making, I'm having a major problem with how moving objects react. Specifically, the goal is for the player to shoot the objects away. The problem is that I can't have the objects disappear; yet that's exactly what happens. A short while after coming to a stop, the objects that get moved around just disappear and respawn back to their original places.

    I've tried lowering the spawn timer down to 1, and that doesn't stop it. I've also tried never, but that causes the objects to just disappear entirely. I've also tried setting the min/max to be the same, but that causes objects to spawn in the wrong places.

    You guys ever had any problems like this? It would just kill my map if I can't figure out a solution.
     
  2. pyro

    pyro The Joker
    Senior Member

    Messages:
    3,703
    Likes Received:
    4
    The only way I know to do that is (run time min)=(number of objects on map) and (spawn time)=never but it sounds like you've tried that.
    Otherwise spawn time=180 should keep the object set for at least that long.
    Setting (run time min)=(run time max) means nothing now because it's possible to make the run time max less than the number of objects placed on the map.
     

Share This Page