We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e46b6 + 6c7b15b commit 75a6598Copy full SHA for 75a6598
source/dialog/operative/operative.hpp
@@ -36,7 +36,7 @@ class operativemaingui
36
y = 18.5 * GUI_GRID_H + GUI_GRID_Y;
37
w = 5 * GUI_GRID_W;
38
h = 1 * GUI_GRID_H;
39
- action = "closeDialog 0";
+ action = "closeDialog 0; [] spawn {sleep 1;ctrlSetText [1000, format[""%1"",commandpointsblu1]]}";
40
};
41
class operative_recruit_button: RscButton
42
{
@@ -341,4 +341,4 @@ class operativemaingui
341
// GUI EDITOR OUTPUT END
342
////////////////////////////////////////////////////////
343
344
-};
+};
0 commit comments