Spawn [()
{
if(GetAttribute("health","Player") = 0)
{
LowLevel("NoRenderizar");
return 0;
}
}]
NoRenderizar[()
{
PlayerRender(false);
}]
But it doesn't works.

Well, if some caritative person wants to help me, I will be very grateful

Total things I want (

The camera goes at the floor (now I am attaching the camera at a bone when the player death, maybe there is another solution?)
The camera can be moved.. with the mouse.. you can look around (I have not idea how to do this)
Stop player's render when death (Maybe the danimita's script have got an error)
The screen goes slolwy black (I tried with a flipbook...It didn't work XD but im really newbie...)
Thanks all you
