Description
Removes a specific interaction zone by its name.
Parameters
name (string): The unique identifier of the zone to remove.
name
Return Value
None
Example Use Case
ps.destroyTarget("gas_pump") print("Removed gas pump target.")
Last updated 5 months ago