[QUOTE=HazzaHardie;41439324]pretty sure its magic[/QUOTE]
And SCIENCE
I had never read this before, this is pretty neat
Maybe they respawn because it is a game.
My theory on why mercs respawn.
[code]
//Check if the respawn time is up
if(Player.respawntimer.count == 0){
//Stop the timer
timerStop();
//Place the player in the active respawn of his team
Player.placePlayerInActiveSpawn(Player.Team);
//Set the player's health to his class' maximum
Player.health = Player.Class.MaxHealth;
//If the player has chosen the 'Remember Last Weapon' option, set his weapon to what he had drawn before death, otherwise default to primary
if(rememberLastWeapon){
Player.selectedWeapon = Player.Class.drawnWeaponBeforeDeath;
}
else{
Player.selectedWeapon = Player.Class.Primary;
}
}
[/code]
Of course this is just a theory.
[QUOTE=HazzaHardie;41439324]pretty sure its magic[/QUOTE]
Merasmus
info_player_start
What. And i thought they were all disguised robots from the beginning but they didnt know.
I think it might be because it's a game.
I think it's like Angel Beats, they don't actually die, they just get heavily injured and after a few moments, their health regenerate and, back to the battlefield!
[QUOTE=Tiitaniume;41494700]I think it's like Angel Beats, they don't actually die, they just get heavily injured and after a few moments, their health regenerate and, back to the battlefield![/QUOTE]
i do believe the worst that has happened in angel beats is TK getting crushed entirely
rather than say
exploded into multiple gibs or disintegrated down to the very atom
Sorry, you need to Log In to post a reply to this thread.