Hello folks, i'm tryning to make this happen in battleground:
- when you die you still dead for 10 seconds, then you are ressurrected in the same spot that you have died
what actually happen:
- insta respawn in the spawn coordinates of team.
Thanks for the help.
also, i'm using AnnieRuru custom BG script...
OnRedDead:
.bluescore++;
announce ""+strcharinfo(0)+" morreu", bc_map; // just a test to see if its attached
message ""+strcharinfo(0),"Espere 10 segundos para ser revivido!";
bg_updatescore "guild_vs4",.redscore,.bluescore;
sleep2 10000;
percentheal 100,100;
end;
I know that is missing the ressurrect command because he is respawning at the same time...