Custom Command
FunctionsUseful Functions

$setTimeout

Will execute the code inside it after certain time

Usage:

$setTimeout[time;file name (optional, default=$undefined));author (optional, default=$authorID)]

Example:

Custom Command
APP
08/20/2021

!!exec This part gets executed before the 2d timeout $setTimeout[2d;Testing;$authorID] This part after the 2d $endTimeout

Custom Command
APP
08/20/2021

This part gets executed before the 2d timeout

Custom Command
APP
08/22/2021

This part after the 2d

If you only want to wait less then 1m, you can use $wait

Function difficulty: Medium

Tags: Timeout Wait Thinking Set Timeout

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 1 second
  • Tracked By: User
  • Type: timeout

Functions with the same type share cooldowns based on the same Tracked By value.

On this page