Page 3 of 3

Re: Array help

Posted: August 19th, 2010, 4:32 am
by megazor
When you say merge, do you mean the "link"?
yes :) im mistaken then ^^

ok, so what is it actually? merging two brushes into one?

Re: Array help

Posted: August 19th, 2010, 9:15 pm
by Drofder2004
megazor wrote:
When you say merge, do you mean the "link"?
yes :) im mistaken then ^^

ok, so what is it actually? merging two brushes into one?
Linking is linking. It links two entities together using the "target" and "targetname" attributes.

Go into a map and make two entities, then add:

1st entity
Key: target
Value: auto1

2nd entitiy
Key: targetname
Value: auto1

you will see them link, and they can be referenced in code using "self.target".

Re: Array help

Posted: August 20th, 2010, 2:35 am
by megazor
It links two entities together using the "target" and "targetname" attributes
ah no, i turned out right, lol. well, i didnt mean linking entities, i meant connection verticles of patches (curves).