Double post (not edit), but how would you find the nearest actor with a script, then call that actor "blah" and say if actor.ID ~= "blah" Don't know if it would look like this but:
Code:
function Create(self)
"find nearest actor"
actor.ID == "blah"
end
function Update(self)
if actor.ID ~= "blah" then
sdjklahflkasdhf
end
end