Jump to content

Combination books


DarkFaeGaming

Recommended Posts

I'm a hoarder. I like to collect EVERYTHING I see that isn't junk. And so, in order to cut down on inventory/bookcase clutter, I'm planning on making a mod that, when you collect all of the volumes of a book "series", they get removed and you get a single book in return which has everything from the series.

The scripts (One for each series) I am thinking of, for example, will be;

 

Begin OnGamemode

 

If Player.GetItemCount [book 1] >= 1

Player.GetItemCount [book 2] >= 1

Player.GetItemCount [book 3] >= 1

Player.AddItem [Complete book] = 1

Player.RemoveItem [book 1] = 1

Player.RemoveItem [book 2] = 1

Player.RemoveItem [book 3] = 1

EndIf

 

End

 

However, I'm rather new to scripting still, let alone successful scripting, and I wanted advice on how to achieve it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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