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.
Reset a faction’s points in a territory to 0.
exports["drugs_creator"]:resetTerritoryPoints(territory, job)
territory
"*"
job
-- Reset points for "ballas" in "RANCHO" exports["drugs_creator"]:resetTerritoryPoints("RANCHO", "ballas") -- Full reset: all factions in all territories exports["drugs_creator"]:resetTerritoryPoints("*", "*")
Related topics