Skip to content

Add side objective menu + auto mission start#3

Open
SpartanPlume wants to merge 1 commit intoslidedrum:masterfrom
SpartanPlume:master
Open

Add side objective menu + auto mission start#3
SpartanPlume wants to merge 1 commit intoslidedrum:masterfrom
SpartanPlume:master

Conversation

@SpartanPlume
Copy link
Copy Markdown

  • Add a side objective menu in mission menu + auto complete side objective toggle (default to false)
  • Add auto start mission toggle (default to true)

Comment thread MenuMod2.cs
}
var sideObjectiveNumber = Global.Instance.SideObjectives.Length;
var sideObjectiveIndex = 0;
while (sideObjectiveIndex < sideObjectiveNumber)
Copy link
Copy Markdown
Author

@SpartanPlume SpartanPlume Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for information, it's not possible to iterate with foreach on SideObjectives because it's a custom class which does not implement the iteration functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant