Hi,
I wanna make a status report in a hint or Titletext format.
It informs the player how many causalities they have at the the moment Later I will try it in a dialog, But that's not for now, it looks advanced stuff, those dialogs...
The players group (1inf) are with 8 men so I have a trigger activated by radio Alpha (repeated) with
Hint format ["You've lost %1 men", 8 - count units 1inf]
That works great, but when objective 1 is achieved four guys will join the group and than there's a problem with that 8, it have to change to 12. I need a newcount...
I don't want to make a new radiocommand for a the newcount, I want Radio Alpha updated with 12 men in stead of 8, is that possible? I need a script?
Another prob is: I also have a tankdivision (three M1A1, group is named Mechs)
When I use hint format ["We got %1 tanks left, 3 - count units Mechs] the trigger counts the crew (9) and not the tanks. How can I count my tanks in group Mechs?
I tried to be clever and try to use : count units Mechs / 3
...divided by 3 cause there are always 3 crewmembers each tank... The result was 2.6666 tanks and not 3
Why??
Please help!! :-\
maybe it's important, maybe not... just for info ...I use Bremmer's AI_control script. BTW great script Bremmer! ;D