Hi.
We are using a script where a civilian unit randomly chooses a gamelogicpoit to move to.
The idear is to have 20 or so civilians to randomly choose between 7 or more gamelogic point in a city , thus creating a city inviroment.
Each unit exec the script in the player init line.
The only problem is that they are running from point to point , making the city inviroment unrealistic.
SetBehaviour and SetSpeedMode do not work. We have tried them in the scrpit as well as in the Unit init line.
We also tried to make a start waypoint to force them to walk, but as soon as they exec the script - they run........hmm :hmm:
Any Idears on how to make the civilians walk, instead off run ?