Jump to content

What does "count=123" in Item creation mean? [Solved]


Bourbon

Recommended Posts

I am tinkering atm with Rausheims Reloading mod, in the script files i found this:

 

item emptyshell12gabox
    {
        Weight = 0.5,
        Type = Normal,
                Count = 1,               <---------What TF is this?
        UseWhileEquipped = FALSE,
        DisplayName = Bag of empty shotgun shell,
        Icon = empty12ga.png,

}

 

item emptyshell12ga
    {
        Weight = 0.005,
        Type = Normal,
                Count = 12,    <-------and this?
        UseWhileEquipped = FALSE,
        DisplayName = Empty shotgun shell,
        Icon = empty12ga.png,
    }

 

I would like to know what this does.

 

Thanks for the help.

Edited by Bourbon
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...