thornhunt Posted March 27, 2012 Share Posted March 27, 2012 ok my problem is im making a new spell that summons a bow with a single shoti have made new papyrus scripts that only gives the character 1 arrow instead of 100by changing 1 line. "caster.additem(boundArrow,100,TRUE)" to "caster.additem(boundArrow,1,TRUE)"however when i test it to make sure i have changed the right thing it gives the player 11 arrows instead of 1is there a way to change this or do you automaticly get 10 arrows with a bound bow ? Link to comment Share on other sites More sharing options...
thornhunt Posted March 27, 2012 Author Share Posted March 27, 2012 (edited) ok after mucking around i noticed that the 11 arrows were actually the 11 orcish arrows in my incentory.this obviously means that my papyrus script isnt working and isnt equiping the bound arrows subsiquently it isnt going to remove the bow after you run out of them. hmmm is it the papyrus scrip that is failing to load ? (sorry for the double post. i have just moved this from the wrong forum. the first post was from last night Edited March 27, 2012 by thornhunt Link to comment Share on other sites More sharing options...
thornhunt Posted March 28, 2012 Author Share Posted March 28, 2012 can anyone possibly help me with this ? Link to comment Share on other sites More sharing options...
Recommended Posts