Logic barricade
Revision as of 05:20, 14 May 2019 by Johnny moe (talk | contribs) (Created page with "Allows or disallows specific entities from being nailed. == Inputs == '''input disablethese''' <string> : Takes the arguments in the form of a comma-separated array and disa...")
Allows or disallows specific entities from being nailed.
Inputs
input disablethese <string>
- Takes the arguments in the form of a comma-separated array and disables any entities with that name. For example, disablethese objective1,somethingimportant,somethingelse. This would disable nailing of those entities.
input enablethese <string>
- Takes the arguments in the form of a comma-separated array and enables any entities with that name. For example, enablethese objective1,somethingimportant,somethingelse. This would enable nailing of those entities.