Jump to content

bound arrows help


thornhunt

Recommended Posts

ok my problem is im making a new spell that summons a bow with a single shot

i have made new papyrus scripts that only gives the character 1 arrow instead of 100

by 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 1

is there a way to change this or do you automaticly get 10 arrows with a bound bow ?

Link to comment
Share on other sites

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 by thornhunt
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...