Total Miner

(Official) LUA Scripting Documentation

set_zone_builder

Adds or clears zone builders.


Spec:

set_zone_builder(
	string name,
	string builder_type)

Parameters


Examples

set_zone_builder("Player Building Area", "player")

Sets the zone “Player Building Area” builder to the context player.


set_zone_builder("Clan Town", "clan")

Sets the zone “Clan Town” to the context player’s clan.


Incomplete

This documentation is incomplete


back