Hey, it's prob not a new thing but for ppl who aren't aware.
if i say
a and b both point to the created sphere. Now i can say:
both of these will move the one sphere. And if i say free entity b, a is no longer a handle to that entity.
As i say, probably not a new discovery but i can think of some uses for it :)
if i say
a=createsphere() a=b
a and b both point to the created sphere. Now i can say:
moveentity a,0,0,1 moveentity b,0,0,1
both of these will move the one sphere. And if i say free entity b, a is no longer a handle to that entity.
As i say, probably not a new discovery but i can think of some uses for it :)