Tyrelh Posted February 16, 2012 Share Posted February 16, 2012 (edited) as the topic says i need help with scripts. I want get (Shout X added) when i Equip my helm and (Shout X removed) when helm is Unequipped. any easy lines to do this? Thanks :) Helm has it own script that add shout but i cant get it work. Edited February 19, 2012 by Tyrelh Link to comment Share on other sites More sharing options...
Tyrelh Posted February 16, 2012 Author Share Posted February 16, 2012 (edited) bump.. still cant get working. Edited February 19, 2012 by Tyrelh Link to comment Share on other sites More sharing options...
Tyrelh Posted February 19, 2012 Author Share Posted February 19, 2012 bump x 2.. anyone? Link to comment Share on other sites More sharing options...
Cipscis Posted February 19, 2012 Share Posted February 19, 2012 Helm has it own script that add shout but i cant get it work.Would you mind showing us what you've got at the moment? Cipscis Link to comment Share on other sites More sharing options...
Tyrelh Posted February 19, 2012 Author Share Posted February 19, 2012 (edited) Helm has it own script that add shout but i cant get it work.Would you mind showing us what you've got at the moment? Cipscis scriptName AAaddshout Event OnEquipped(Actor AkActor) Game.GetPlayer().addShout(AAshout) EndEvent Event OnUnequipped(Actor AkActor) Game.GetPlayer().removeShout(AAshout)EndEvent I tried copy something in game. but didn't work well. Edited February 19, 2012 by Tyrelh Link to comment Share on other sites More sharing options...
Cipscis Posted February 19, 2012 Share Posted February 19, 2012 Okay, this tutorial I've written explains what your problem is and how to fix it - EditorIDs in Papyrus P.S. Please use code tags when posting scripts - they maintain formatting (like indentation) and force the scripts to be displayed in a fixed-width font. I've described how to do this on the official Creation Kit forums - How To Ask For Scripting Help Cipscis Link to comment Share on other sites More sharing options...
Recommended Posts