gourgonoubles Posted June 17, 2010 Share Posted June 17, 2010 Hello evrerybody! I've tried to make it myself, but I wasn't able to... I need a Deadric Gauntlet just on the left hand that acts like a shield. No more, no less... If anyone can make it or tell me how to do so, I would be thankful! __________________________________________Guilherme Marqesani Link to comment Share on other sites More sharing options...
kieranfoy Posted June 17, 2010 Share Posted June 17, 2010 First off, a gauntlet can't act as a shield. You'd need a script that detects when the gauntlet is equipped, and equips an invisible shield. Like this scn aadaedricgauntshield begin onequip player.additem 1invisishield 1 player.equipitem 1invisishield 1 end begin onunequip player.removeitem 1invisishield 1 end Make the invisible shield NOT playable, so you can only unequip it by removing the gauntlet. Link to comment Share on other sites More sharing options...
Recommended Posts