--[[ ---------------------------------------------
File : sk_actor_dead.script
Description: Смерть ГГ от первого лица
Copyright : 2011 © Cut X-Ray mod
Author : SkyLoader
-------------------------------------------------]]
local flag = false
local flag_dead,flad_circle = false,false
local time,time_c = 0,time_global() + 500
function is_killed()
if not db.actor:alive() then
if not flag_dead and not flad_circle then
local dir=device().cam_dir
db.actor:set_actor_direction(dir.x,dir.y,0) --'выравниваем направление взгляда, чтобы было падение более реалистичным
level.add_cam_effector("camera_effects\\surge_03.anm", 2532, false, "")
level.add_pp_effector("surge_fade.ppe", 2011, false)
level.disable_input()
time = time_global()
flag_dead=true
end
if flag_dead then
if time_global()-time>3000 then
level.enable_input()
level.add_pp_effector("deadcity_wake.ppe", 4467, false)
flag_dead=false
flad_circle=true
end
end
if flad_circle then
if time_c<=time_global() then
level.remove_pp_effector(4467)
level.add_pp_effector("deadcity_wake.ppe", 4467, false)
time_c = time_global() + 500
end
end
end
end
что дописать чтобы после выполнения сам выкидывал в меню