Craig Martin

(Official) LUA Scripting Documentation

add_zone

Add a new zone. Use zones to control the properties of cubic regions of the world.


Spec:

add_zone(
	string name,
	long x1,
	long y1,
	long z1,
	long x2,
	long y2,
	long z2,
	bool is_temp)

Parameters


Incomplete

This documentation is incomplete


back