Andrew
Results
2
issues of
Andrew
Script example of something that should work: ``` void main() { int nCount; for (nCount = 1;GetIsObjectValid(GetNearestObjectByTag("WP_PEASANT_EXIT",OBJECT_SELF,nCount));nCount++); // Do more things here... } ``` Works with ; replaced by {}...
Having #ifdef and similar preprocessor commands as part of the standard compiler would be good since it means code can be supplied for engine, toolset or 3rd party compiler use...