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