er2.showObjective 56

Display a new objective text


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1stringNew objective title
2stringNew objective message

Examples

Show an objective assigned dialog with a custom text

--show a new mission objective UI
er2.showObjective("New objective","Survive")

Example 17

--show a new mission objective UI
er2.showObjective("Mission objective updated","Destroy the Flak88")

Back to Scripting API