SphereCommunity

Full Version: Writable multiregion property
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to have the multiregion property writable?
I mean, individualy edit the multiregion property after the multi placement.

Would be a nice feature.
Give me an example of writable property Tongue
Sorry, my english really sucks and sometimes I can't make myself clear.
When I say writable, I mean set the value.

Silly example:

Code:
[MULTIDEF 064]
DEFNAME=i_multi_house_stone_plaster_small
Name=Small Stone and Plaster House
TYPE=T_MULTI
MULTIREGION=-3,-3,3,4
COMPONENT=i_door_wood,0,3,7
COMPONENT=i_sign_brass_2,2,4,5

On=@Create
    multiregion = -5,-5,5,6
ıs it possible to create multi without region? i want to remove regions of house addons.

if not, reaching multi components via scripts will be nice like <serv.multidef.component.x>. with that one can softcode multi placement with using existing multi bases.
You can get the components of the multi: http://wiki.sphere.torfo.org/index.php/S..._Functions

As for the other thing, I don't know.
Reference URL's