RedmScripts
Member
- Joined
- Dec 5, 2025
- Messages
- 48
- Reaction score
- 0

Description
After scraping the card, you can close it with ESC.Add this item to your inventory config
Code:
["scratchcard"] = {
label = "scratchcard",
description = "scratchcard",
weight = 0.1,
canBeDropped = true,
canBeUsed = true,
requireLvl = 0,
limit = 20,
imgsrc = "items/scratchcard.png",
type = "item_standard",
}
You can change prize and chance in the config file.
Code:
qadr_scratchcard = {
prizes = {
min = 0,
max = 10000,
},
chance = 30, -- %30 chance to get a prize
}