Jump to content

mod wish for arrows


chronocross707

Recommended Posts

Simple to do:

scn InfiniteArrows

begin gamemode
if player.getitemcount MyArrow < #
player.additem MyArrow 1
endif
end

Should really be

scn InfiniteArrows

begin gamemode
if player.getitemcount MyArrow < #
player.additem MyArrow 2
endif
end

So as to remove the posibility of the quiver being removed when you run out. Although adding 10 at a time would probably be better since it would limit the amount of messages,

 

Anyway, if you're planning to do this with custom arrows, you'll need to do all your work within the mod containing the arrows. As this isn't your mod, you should get permission from them IF you plan on uploading it anywhere.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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