Concept share

Started by ghostwalker13, July 09, 2015, 12:05:23 PM

Previous topic - Next topic

Grayzzur

I believe your basic settings for making a core go incognito are:

once
self "main" "None" SetImage
self CONST_TAKEMAPSPACE false SetUnitAttribute
self CONST_COUNTSFORVICTORY false SetUnitAttribute
self CONST_NULLIFIERDAMAGES false SetUnitAttribute
endonce

Note that these can all also be set via the properties dialog without using scripting.
"Fate. It protects fools, little children, and ships named 'Enterprise.'" -William T. Riker

ghostwalker13