Vendetta
Apprentice
Posts: 39
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0
|
RE: FORITEMS doesn´t work right?
i think best should be to use
foristance
then in 2 locals
local.distance
local.uid
foristance
if <local._for.distance> < <local.distance>>
local.distance = <local._for.distance>
local.uid = <local._for.uid>
endif
gouid <local.uid>
conceptualy should work
you could also use only a ref instead of local.uid but maybe it is a little bit more complex calculating everytime the distance, also should check for topobj to be equal with uid (on the ground...)
this should be a good idea
|
|
07-07-2012 07:36 AM |
|
|