Simple Script Help

Discussion in 'Halo and Forge Discussion' started by thesilencebroken, May 30, 2017.

  1. thesilencebroken

    thesilencebroken Jill Sandwich
    Senior Member

    Messages:
    5,549
    Likes Received:
    159
    I am terrible with scripting. I need directions to do the following.

    I want to make a bridge using some glass. And I want a switch console where the players can walk up and toggle the bridge on and off.

    That's literally it. Help.
     
  2. ExTerrestr1al

    ExTerrestr1al Forerunner
    Senior Member

    Messages:
    2,387
    Likes Received:
    2,515
    Assuming you want this off by default. If not, some of this changes and it might be obvious.. if not let me know. Also, I should note there are probably other ways to do this, but I am giving you the benefit of having improved on basic stuff with what will cause a very clean, glitch free experience AND use as few scripts as possible while still accomplishing thee former (I think).

    Switch:
    Script 1:
    On Activation, set power channel Alpha toggle.

    Script Brain (w/o this you may need two switches)
    Script 1:
    On Power Channel Alpha Off, Despawn Objects Add label User Alpha
    Script 2:
    On Round Start, despawn objects Add label User Alpha (can be changed to On Timer with no repeat)

    Pieces
    (with all selected)
    give each piece of the bridge, glass or not, the same User label (Alpha)

    Add 1 script:
    On message receive Alpha, spawn (force)

    That should do it! Good luck.
     
    thesilencebroken and a Chunk like this.
  3. thesilencebroken

    thesilencebroken Jill Sandwich
    Senior Member

    Messages:
    5,549
    Likes Received:
    159

Share This Page