I would like to have my AI cars able to overtake other cars. I have them all stored in a type call "opp" (for opponent)
But if i type:
Obviously, the reason i've typed the "?" above, shows that i didn't have a clue how to access a check on all other cars within that type :(
I would be delighted if someone could help me out here :)
Thanks
But if i type:
for o.opp = each opp if entitydistance(o\entity,?)<5 then moveentity o\entity,-o\speed,0,0 next
Obviously, the reason i've typed the "?" above, shows that i didn't have a clue how to access a check on all other cars within that type :(
I would be delighted if someone could help me out here :)
Thanks