Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control code scenario utility #2037

Closed
wants to merge 1 commit into from
Closed

Control code scenario utility #2037

wants to merge 1 commit into from

Conversation

Xansta
Copy link
Contributor

@Xansta Xansta commented Dec 9, 2023

This utility places a group of buttons on the GM screen allowing the GM to set, change and view control codes of player ships. In the scenario script you'll need to do two things.

  • Require this file:
require("control_code_scenario_utility.lua")
  • Call function manageControlCodes from function mainGMButtons:
function mainGMButtons()
	clearGMFunctions()
	addGMFunction("+Control Codes",manageControlCodes)
end

@Xansta Xansta closed this by deleting the head repository May 1, 2024
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