(Official) LUA Scripting Documentation
set_zone_builder
Adds or clears zone builders.
Spec:
set_zone_builder(
string name,
string builder_type)
Parameters
name
: Target Zone Namebuilder_type
: Can be passed “player”, “clan” , “none” If player is passed will set builder to players name running script
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