Jump to content

FO4 Papyrus Quirks


fireundubh

Recommended Posts

[updated.]

 

A few FO4 Papyrus quirks I've encountered:

  • Quirk: FindAllReferencesWithKeyword() accepts a formlist of keywords, but the function looks for references that have all of the keywords in the formlist. If you want to find all references with any keyword on that list, you have to run the function on each keyword with a while loop.
  • Quirk: FindAllReferencesOfType() will find disabled references.
  • Confirmed Papyrus Bug: Calling Activate() on a stack of items dropped by the player will add only one count of those items from the stack to the player's inventory.
  • Confirmed Papyrus Bug: Calling RemoveAllItems() on a killed actor who has dropped its weapon will add a copy of the weapon to a container but leave a copy of that weapon on the ground, effectively duplicating the weapon.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...