Jump to content

Add items to list of appliances the Toaster can break down


dudicus445

Recommended Posts

  • 5 months later...

I think I've figured it out so to do this you'd have to go to the script section of the geck search for toaster open the toasterofdoom script. From there follow the example the script has already set down you will need what those items are called in game such as a pre-war toaster is caller ToasterPrewar in the geck from the it would end up looking something like

 

; --------------------------- Leaf Blower ---------V

(tab) Set nLeafBlower to Player.GetItemCount LeafBlower;

 

the second set of dashes--- is to get the v to line up in the geck i think. not totally sure about that one.

 

 

Then Further down in the total appliances you'd have to just add a + and whatever such as

+ nLeafBlowerCount

 

Also need to add it to the Remove Items such as

 

(tab)Player.Removeitem LeafBlower LeafBlowerCount;

 

And that should do it as the rest is already figured by the script just running some numbers in the background based on the total number of appliances.

Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

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