~~NOTOC~~
<=[[4rpl:start| Index]]\\
<=[[4rpl:start#mission| 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
"" <-_text0
LF "" <-_text1 "<#00000000>-"
concat4 concat3 SetCustomObjectiveText
{{:4rpl:commands:screenshot_1.png?200|}}\\
\\
<=[[4rpl:start| Index]]