lua:hasdeatharrestbeenexecuted

hasDeatharrestBeenExecuted

bool result = hasDeatharrestBeenExecuted()

Проверяет, умер ли персонаж или арестован

bool result результат проверки

if hasDeatharrestBeenExecuted() then -- если персонаж мертв, то
print('Вы умерли!') -- вывести "Вы умерли!"
end