diff --git a/ngdredemption.md b/ngdredemption.md index cab8c51..24a77ee 100644 --- a/ngdredemption.md +++ b/ngdredemption.md @@ -2,7 +2,7 @@ title: ngd-redemption description: published: true -date: 2025-01-29T01:16:54.161Z +date: 2025-01-29T01:18:51.226Z tags: editor: markdown dateCreated: 2025-01-28T00:30:34.910Z @@ -50,7 +50,7 @@ NGDRedemption {packageId} {transaction} 4. ### **Configure Packages In Script**
-Script Configuration (Click to Expand) +Package Configuration (Click to Expand) - **In a web browser, navigate to your Tebex package.** -- The #s seen at the end of the link are the `Package ID`, and will be used to configure the items in the script. @@ -90,6 +90,12 @@ Config.Packages = { } } ``` +- If the `Item = 'other` is set, you can set your own logic to give players whatever you would like inside of the `editableserver.lua` using the function: +```lua +function GiveCustom(data) + +end +```