# Move Objective to after Objective

Grammar — Move Objective objective after Objective afterObjective
FlagsNative | Action

# Arguments

  • int [ objective ] — Objective
  • int [ objective ] — After Objective

Returns — void

native void ObjectiveSetAfter(
	int inObjective,
	int inAfterObjective,
);

Category: Objective / Advanced

# Examples

# campaigns/swarm.sc2campaign

MapScript.galaxy

// L8416
ObjectiveSetAfter(ObjectiveLastCreated(), gv_objective_InvestigateTemple)
// L8416
ObjectiveSetAfter(ObjectiveLastCreated(), gv_objective_InvestigateTemple)
// L4786
ObjectiveSetAfter(gv_objectiveDestroyZergBase3, gv_objectiveDestroyZergBase)
// L4786
ObjectiveSetAfter(gv_objectiveDestroyZergBase3, gv_objectiveDestroyZergBase)