Jump to content

create new currency


NightmareRex

Recommended Posts

I asked before mut my theread seems to have disapered sinve its not in "my content" with everythuing else. I want to know how to make an item a currency item so the value is uneffected by barter skill. i have not seen anything that says how to make an item a currency or remove currency propertys from an exenstign currency.

Link to comment
Share on other sites

You can't turn it into a currency item, you have to remake it as one. When you've done that, you can replace all placed instances of the old item in one fell swoop with the following instructions:

  1. Locate one of the placed items in the render window and select it.
  2. Press Ctrl+F to bring up the Search & Replace dialog (also found in the Edit drop menu.)
  3. Find your newly made item in the number two list.
  4. Make sure that NONE of the three boxes are checked off. Otherwise it will limit the search to your current world, cell or selected item(s).
  5. Press OK to carry out the replacement.

As for the script, there is a catch with currency items in that you can't attach scripts to them.

Link to comment
Share on other sites

I said you can't attach scripts to currency items, but they can still be used in other scripts.

 

What you're describing can be done with a script on the Nuka Cola. You can use GetRandomPercent in a script to randomly give a blue bottle cap instead of a regular one.

 

Simplest approach would be to modify the existing NukaColaAddCapEffectScript.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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