This command resets the abductable status of a vehicle set with SetStageVehicleAbductable back to the default for the given vehicle.
Context
This command should be called between calls to AddStage and CloseStage.
Syntax
ResetStageVehicleAbductable( vehicle );
Game.ResetStageVehicleAbductable( vehicle )
- vehicle: The vehicle you would like to reset the abductable flag on.
- When using
current
, it will reset the flag for the vehicle that was the player's current vehicle when SetStageVehicleAbductable was called.
- When using
Examples
ResetStageVehicleAbductable("skinn_v");
Game.ResetStageVehicleAbductable("skinn_v")
Notes
No additional notes.
Version History
1.25
Added this command.