Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add points to a faction in a territory from an external script.
exports["drugs_creator"]:giveTerritoryPoints(territory, job, amount)
territory
"*"
job
amount
-- Give 2 points to "ballas" in "RANCHO" exports["drugs_creator"]:giveTerritoryPoints("RANCHO", "ballas", 2) -- Give 3 points to all factions in all territories exports["drugs_creator"]:giveTerritoryPoints("*", "*", 3)
Related topics