Files
DayZ-Epoch/SQF/dayz_code/actions/study_body.sqf
Skaronator a3fd8bd1ca Revert "More Fixes #991"
This reverts commit 7d15cfb1bf.
2014-01-18 14:49:53 +01: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"];