Trader Namer

  • sgtlaggy added a new file:

  • sgtlaggy added a new version:

    Quote

    Now allows alternate syntax to edit other parts of the trader's locale values like Location and Description.


    To do this, use an object instead of nickname.

    Code
    {
      "Prapor": "Sidorovich",
      "Fence": "Drebin"
    }

    changes to

    Code
    {
      "Prapor": {
        "Nickname": "Sidorovich",
        "Location": "Rookie Village in the Cordon",
        "Description": "A reliable source of equipment for stalkers."
      },
      "Fence": "Drebin"
    }

    Valid keys are "FullName", "FirstName", "Nickname", "Location", and "Description". All are case-sensitive.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!