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.
Remove points from a faction in a territory from an external script.
exports["drugs_creator"]:removeTerritoryPoints(territory, job, amount)
territory
"*"
job
amount
-- Remove 5 points from "vagos" in "RANCHO" exports["drugs_creator"]:removeTerritoryPoints("RANCHO", "vagos", 5)
Related topics