In Level 3's bonus mission, Princi-Pal, the game forces you to use Skinner's Sedan, and getting out of it will result in a time limit to get back in.
However, there are certain objectives that require you to exit the vehicle, and once that objective is complete, the game tells you to get back into Skinner's Sedan.
What happens if you instead get into a different vehicle?
Princi-Pal Question
Posted in The Simpsons: Hit & Run
Please login to contribute to the conversation.
Addy In Level 3's bonus mission, Princi-Pal, the game forces you to use Skinner's Sedan, and getting out of it will result in a time limit to get back in.
However, there are certain objectives
Borb If you get into a different vehicle, the objective does not progress. The objective for this stage is as follows:
AddObjective("getin", "skinn_v" );
SetObjTargetVehicle("cur
If you get into a different vehicle, the objective does not progress. The objective for this stage is as follows:
AddObjective("getin", "skinn_v" ); SetObjTargetVehicle("current"); CloseObjective();It would appear that adding a vehicle name as an argument forces the player to have to enter that particular vehicle in order to progress. Without this, the game allows whatever vehicle the player enters to become the "current" vehicle and pass the objective.
Addy Thanks, Homer.
Thanks, Homer.