MFK Command: SetStageHitAndRunDecayInterior
Synopsis
Set the Hit & Run decay rate while in an interior for a stage.
Syntax
SetStageHitAndRunDecayInterior( <decay_rate> );
- decay_rate: The decay rate. Defaults to the level's interior decay rate.
Examples
SelectMission("m1");
...
AddStage();
SetStageHitAndRunDecayInterior(4.0);
AddObjective("dummy");
...
CloseObjective();
CloseStage();
CloseMission();
Notes
No additional notes.
History
1.18
- Added this command.