RHS Feedback - USAF
View Issue Details
0000998USAF[All Projects] Generalpublic2015-09-06 19:582015-09-06 20:15
Gameboi 
MistyRonin 
normalminoralways
closedwon't fix 
HAL 9000WindowsWindows 7
 
 
No
1.48
No
A lot.
0000998: command "side" returns "GUER" for indpenedents, but won't work with countSide
The code:
side (nearestObjects [Mk1,["Man"], 20] select 0);
will return GUER if "Man" is an independent. But this code won't work:
GUER countSide nearestObjects [Mk1,["Man"], 20];
Substituting GUER and the rest of the code will work again:
(side (nearestObjects [Mk1,["Man"], 20] select 0)) countSide nearestObjects [Mk1,["Man"], 20];

Here's the kicker. Replace GUER with 'independent'. Then it will work:
independent countSide nearestObjects [Mk1,["Man"], 20];
Place an independent unit near a gun called "Mk1". Execute the lines above in the debug console.
No tags attached.
Issue History
2015-09-06 19:58GameboiNew Issue
2015-09-06 20:15MistyRoninNote Added: 0002115
2015-09-06 20:15MistyRoninStatusnew => closed
2015-09-06 20:15MistyRoninAssigned To => MistyRonin
2015-09-06 20:15MistyRoninResolutionopen => won't fix

Notes
(0002115)
MistyRonin   
2015-09-06 20:15   
Gameboi I'm afraid its the same answer as in the other issue.

The insurgent faction is an unofficial part of the mod, hence it's not supported in this tracker.