| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

command_destroy_near

Page history last edited by Dave Thaler 6 years, 1 month ago

The destroy_near mission scripting command removes unnamed objects from the game if they are near a specified point. Use the "name" attribute to destroy things close to a named object. The "name" attribute will override the "center" attributes with the location of the named object.

 

Attribute  Valid Values  Optional? Description 
type  nebulas, asteroids, mines, whales, drones, all   The type of objects that will be removed.
name text Optional  If specified, objects will be destroyed around the named object with the matching name, overriding centerX, centerY, centerZ attributes.
use_gm_position anything Optional  If specified, objects will be destroyed around the position specified by GM console, overriding name or centerX, centerY, centerZ attributes.
centerX  0 to 100000    The x-coordinate of the point, in distance left from the right edge of the map.
centerY  -100000 to 100000    The y-coordinate of the point.
centerZ  0 to 100000    The z-coordinate of the point, in distance down from the top edge of the map.
radius  0 to 100000    The distance around the defined point that objects will be removed.

 

 

Comments (0)

You don't have permission to comment on this page.