# Move Objective to Beginning

Grammar — Move Objective objective to the beginning of the list
FlagsNative | Action

Places the objective at the start of the list, causing it to display above all other objectives.

# Arguments

  • int [ objective ] — Objective

Returns — void

native void ObjectiveSetLast(int inObjective);

Category: Objective / Advanced

# Examples

# mods/novastoryassets.sc2mod

MapScript.galaxy

// L2680
ObjectiveSetLast(gv_objectiveDestroyZergBase5)
// L3583
ObjectiveSetLast(gv_objectiveDestroyZergBase)
// L3637
ObjectiveSetLast(gv_objectiveDestroyZergBase7)
// L3639
ObjectiveSetLast(gv_objectiveDestroyZergBase)
// L7101
ObjectiveSetLast(gv_objectiveDestroyZergBase)
// L2680
ObjectiveSetLast(gv_objectiveDestroyZergBase5)
// L3583
ObjectiveSetLast(gv_objectiveDestroyZergBase)
// L3637
ObjectiveSetLast(gv_objectiveDestroyZergBase7)
// L3639
ObjectiveSetLast(gv_objectiveDestroyZergBase)
// L7101
ObjectiveSetLast(gv_objectiveDestroyZergBase)