Index
Mission

SetCustomObjectiveText

SetCustomObjectiveText(<-text)

Description

The text that is show for the custom objective. Keep it short.

Examples

SetCustomObjectiveText("Defeat Boss")


A function that formats the text to look like the vanilla objectives:

"Destroy Devices" "1/2" @SetText
 
:SetText
    ->_text1 ->_text0
    "<line-height=0%><align=left>" <-_text0
    LF "<align=right>" <-_text1 "<#00000000>-"
    concat4 concat3 SetCustomObjectiveText



Index