V6 Function Request:
PHP Code:
// This will do exactly what paused and 100ap does -- player doesn't block and swords do nothing.
InvinciblePlayer(seconds); // Makes the player invincible for a set amount of time
InvinciblePlayer2(); // Makes the player invincible until it uses...
UnInvinciblePlayer();
player.dontblock();
player.blockagain();
Thread Explaining InvinciblePlayer:
Invincible Functions