Jump to content

Script Request


eleglas

Recommended Posts

This isn't a request for a mod per say, but rather just for a script. I am terrible with the new Papyrus, but this should be a simple script.

 

What I need is a script that when I unsheath my bow, I want the Bound Arrows to be added (say 1000) and equipped (ensuring can't be unequipped). And for them to be removed from inventory when sheathed.

 

If anyone remembers the scripting technique of Oblivion or Fallout, what I'm asking for would look like this:

 

Begin Gamemode
If Player.GetEquipped 000ShadowBow == 1
	If Player.IsWeaponOut == 1
		Player.Additem BoundArrow 1000
			Player.Equipitem BoundArrow 1 1
	Else
		PlayerRemoveitem BoundArrow 1000
	Endif
Endif
END

 

So can anyone change this script into a compiled Papyrus script? I've tried myself a few times, but I can't get it to work or even compile.

 

Thanks

Edited by eleglas
Link to comment
Share on other sites

  • Recently Browsing   0 members

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