SphereCommunity
Writable multiregion property - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Writable multiregion property (/Thread-Writable-multiregion-property)



Writable multiregion property - doctorstrings - 03-30-2012 10:53 AM

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.


RE: Writable multiregion property - ShiryuX - 03-30-2012 11:04 AM

Give me an example of writable property Tongue


RE: Writable multiregion property - doctorstrings - 03-30-2012 11:12 AM

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



RE: Writable multiregion property - Shaklaban - 04-03-2012 12:08 AM

ı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.


RE: Writable multiregion property - jeem - 04-08-2012 09:03 AM

You can get the components of the multi: http://wiki.sphere.torfo.org/index.php/Special_Items#Properties_and_Functions

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