MSFS Mission Script - Calculator
From FSDeveloper Wiki
| This page is a work-in-progress. Generic message - Please note some detail may possibly be missing or incorrect. |
| Applicable |
|---|
| MSFS |
| MS Flight |
| LM P3D5 |
| LM P3D4 |
| LM P3D3 |
| LM P3D2 |
| LM P3D |
| FS World |
| FSXSE |
| FSXA |
| FSX |
| FS2004 |
| FS2002 |
| XP11 |
| XP10 |
| XP9 |
See MSFS Mission Script for general information about creating a mission script.
You can use (X:NameInFormula), to call a variable
if, else:
(boolean) if{this} els{that}
when a CalculatorFormula uses its own parameter, it will stay a variable
what is (X:dtime), time between calls of calculator?
can X: only be used in one calculator?
(X:dtime) or [dtime]
CalculatorAction will fire when the CalculatorFormula is true.
Parameters can be ReferenceParameter (other calculator) or FormulaParameter
A calculator can contain CalculatorActions to trigger actions.
Pages relevant to mission creation for MSFS.
- Flightplan
- Weather definitions
- Flight file
- Mission script
- Triggers
- Actions
- ObjectActivationAction · DialogAction · AdjustPayloadAction · ChangeAssistanceItemAction · FadeToColorAction · RandomAction · RequestTeleportAction · CountAction · ResetTimerAction · TimerAdjustAction · GoalResolutionAction & SubGoalResolutionAction · GrantRewardAction · PointOfInterestActivationAction · ActivateWaypointsAction · AITakeControlsAction · SendMessageToAIAction
- Mission objects
- Calculator
- Flow states
- Events
- Areas
- Library objects
- Sim objects
- RTC
Click the links to access the topic pages (Default - Opens in same window).