Hi,
I'm trying to put this
"hint format['Civil tué par %1',_this select 1]
in this
GRIM_CivKilled = 0;
publicVariable "GRIM_CivKilled";
{_x addeventhandler ["killed", {if(side (_this select 1) == west) then {GRIM_CivKilled = GRIM_CivKilled + 1; publicVariable "GRIM_CivKilled"}}]; } foreach thislist;
but it doesn't work ?
Where am I mistaken ?
Thanks. :)