SCRIPTING FEEDBACK

Discussion in 'Halo and Forge Discussion' started by WAR, Dec 17, 2015.

  1. Outlawled

    Outlawled Legendary

    Messages:
    2
    Likes Received:
    0
    Add events for completed objectives. These could be added to the objective points themselves. Like how the switches have an "On Interaction" event, the Flag/Ball Return objects could have "On Flag/Ball Returned" events. Similarly, the Flag/Ball Spawn objects could have "On Flag/Ball Spawned" events.

    Also, it'd be nice to have variables that hold integer values.

    Event:
    "On Variable Set"
    - Channel
    - Value

    Action:
    "Set Variable"
    - Channel
    - Value (can be set to Increment, Decrement, or to a specific integer value)

    Or just add more condition fields in the multi-condition event. Like, a bunch more.
     
    #41 Outlawled, Apr 20, 2016
    Last edited: Apr 21, 2016
  2. SimmonsZore

    SimmonsZore Promethean

    Messages:
    296
    Likes Received:
    292
    Can we get Trait Zones for Infection? I want to build a cool mini game but right now the cool stuff is locked to mini game only. I need player trait zones in my life!!
     
  3. Optimistic

    Optimistic Heroic

    Messages:
    16
    Likes Received:
    29
    So it seems like here's the best place to post this.

    The "set spawn order" action does not work really well due to how the scripting work.

    When targeting a player using scripts, the scripts actually target the player's body (alive and dead ones).
    Now, if a player's spawn order is X1, X2, X3...., and I want him/she to spawn on initial spawn points with order 0 on the next round, the best way doing it is to set their spawn order back to 0 when the round ends (I don't want to change it to 0 during games). The problem is that sometimes the player might not have a "body" on the map while rounds ends (being disintegrated, or the player havn't respawn, but the body has already been deleted by the game). Those players will thus not be targeted by the "set spawn order" script, prevent them from spawning on the next round.
     
  4. Preacher001

    Preacher001 Forerunner
    Senior Member

    Messages:
    1,598
    Likes Received:
    1,992
    Look what the PC ****'s have done to you. The word is "them."
     
    ExTerrestr1al likes this.

Share This Page