Forum Mod Bakery Docs

Princi-Pal Question

Please login to contribute to the conversation.
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?
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.
Thanks, Homer.