PDA

View Full Version : "void run() label" doesn't auto-update when backspacing out "run"



Asuna Yuuki Nagato
03-08-2024, 10:53 AM
In ZScript->Compiler Settings->Global Settings, we have a label:


void run() label

with a text box immediately to the right of it with "run" prefilled in. The help text currently says:



Change this to change the name of the starting function of scripts.

If you backspace out "run" and type a different function name in, the label doesn't automatically change. I think this is a little confusing. I suggest changing the label to something like "entrypoint label" or "main function label"

Asuna Yuuki Nagato
04-14-2024, 05:57 PM
The string "void run() label" is in CompileSettingsDlg::view() in compilesetting.cpp