I need help with scripting.

Discussion in 'Halo and Forge Discussion' started by JustCall MeFree, Mar 11, 2017.

  1. JustCall MeFree

    JustCall MeFree Legendary

    Messages:
    15
    Likes Received:
    7
    So all I need to do in my new map is script a few items, then it can be released. I need to get items to despawn after 1minute and 30seconds into each round. I've tried all kinds of scripts but I can't seem to get it working. Either the items wont despawn at all or they never spawn to begin with. Help please...
     
  2. KeeLoker

    KeeLoker Legendary
    Wiki Contributor

    Messages:
    277
    Likes Received:
    375
    Script 1 (Only need 1 script for each object)
    Condition 1: On: Round Start
    Do: Spawn
    Condition 2: Wait
    Time: 90 (1 min 30 sec)
    Do: Despawn

    Pretty sure that's right. Not sure if that's the right formatting though but that should work
     
  3. Pleas Sir69

    Pleas Sir69 Legendary

    Messages:
    44
    Likes Received:
    47
    Adding on to this, you can get a script brain to send a message after waiting 90 seconds from roundstart, and have everything despawn on message recieved. I think this will be less glitchy, since if you have to many objects waiting, it ****s up scripts (since last update)
     
  4. JustCall MeFree

    JustCall MeFree Legendary

    Messages:
    15
    Likes Received:
    7
    Thank you both for the help. I will give those things a try!
     
  5. ExTerrestr1al

    ExTerrestr1al Forerunner
    Senior Member

    Messages:
    2,387
    Likes Received:
    2,515
    addendum: you can also achieve a "round start" type behavior by simply using a timer, setting initial as your wait time, and then repeat of 0sec.

    I have found that match/round start is glitchy and seems to only allow a few things to be done upon match start (or round). One way of fixing this is to do the above.
     

Share This Page