You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$DisplayPosition = boolval(filter_input(INPUT_GET, 'DisplayPosition')); // Used during map edition to know your exact position in the log (call it while racing)
17
+
$DisplayPosition = boolval(filter_input(INPUT_GET, 'DisplayPosition')); // Used during map edition to know your exact position (call it w/ MT clip)
18
18
19
19
// Set constants used in the script
20
20
$BgColor = "000B"; // Background color of the board window
@@ -34,7 +34,7 @@
34
34
$RequiredContext = "CSmMlScriptIngame";
35
35
}
36
36
// URL used in the few requests done in the script (to get the board, the tokens and register a completed quest)
0 commit comments