Author Topic: Changing a weapon in a slot?  (Read 437 times)

 Is there a way, script wise, for a weapon to be changed to another weapon by means of, say, alt fire?  When the weapon is changed, it replaces the one that was in a certain slot with the new one, and it stays that new weapon as well.




%player.tool[slot] = itemdatablock;


%player.tool[%player.currtool] = somesillyItem;

modify as needed