Files
DayZ-Epoch/dayz_code/actions/study_body.sqf
Aaron Clark 76e9a0582e 0.1
2012-11-04 20:28:50 -06:00

9 lines
319 B
Plaintext

private["_body","_name","_method","_methodStr"];
_body = _this select 3;
_name = _body getVariable["bodyName","unknown"];
_method = _body getVariable["deathType","unknown"];
_methodStr = localize format ["str_death_%1",_method];
cutText [format[(localize "str_player_studybody"),_name,_methodStr], "PLAIN DOWN"];