tightninja
Member
Is there a way to block unblockage attacks? Right now in the game, weapon attacks are unblockable.
I want to allow blocking weapon attacks if the player is holding a weapon. Can I do this via script?
When a player is holding a weapon and blocks, the enemy's weapon attack switches from ( attack.block.penetrate 1) to (attack.block.penetrate 0) or something like this.
I am trying to save time by not manually editing every enemy in the game that can pick up a weapon. I also don't want to just remove the body box, I still want the block sound and block flash. Blocking also affects MP in the game.
I want to allow blocking weapon attacks if the player is holding a weapon. Can I do this via script?
When a player is holding a weapon and blocks, the enemy's weapon attack switches from ( attack.block.penetrate 1) to (attack.block.penetrate 0) or something like this.
I am trying to save time by not manually editing every enemy in the game that can pick up a weapon. I also don't want to just remove the body box, I still want the block sound and block flash. Blocking also affects MP in the game.