### Example: Start Match Instantly Source: https://github.com/ppy/osu-wiki/blob/master/wiki/osu!_tournament_client/osu!tourney/Tournament_management_commands/en.md Shows how to start the match immediately without any delay. ```text !mp start ``` -------------------------------- ### Wildcard Sign Up Example Source: https://github.com/ppy/osu-wiki/blob/master/wiki/Tournaments/oTTMT/1/en.md An example of a completed wildcard sign-up, including name and timezone. ```text Name: Gabi Timezone: Gmt+1 ``` -------------------------------- ### Loop Command Example Source: https://github.com/ppy/osu-wiki/blob/master/wiki/Storyboard/Scripting/Compound_Commands/en.md This example demonstrates a loop that fades an object in and out 30 times, with each iteration taking 1 second. The loop starts at time 60000. ```osu! Storyboard Script Sprite,Pass,Centre,"Sample.png",320,240 _L,60000,30 __F,0,0,500,0,1 __F,0,500,1000,1,0 ``` -------------------------------- ### Start Match Command Source: https://github.com/ppy/osu-wiki/blob/master/wiki/Tournaments/4DM/2024/en.md Use this command to start a match lobby. It can be used to force a match start if a team is not ready. ```text !mp start 10 ```