Difference between revisions of "Logic barricade"

From Sunrust Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 05:20, 14 May 2019

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.