This is a repository with all of the functions me (xgaarocha) and my friend (bravejuliano) created and are useful outside of our in-development Operational System. Bear in mind we have a "If it works it's good for now" policy currently, which means we will make it work first, finish the OS then optimize things. We don't guarantee 100% security and stability of our functions.
> Functions List_
- Delay
- Loading/Progress Bar
Delay
Function: Creates an interval with seconds/minutes/hours and can show a countdown.
Usage: interval(s, m, h, tleft) (Eg.: interval (0, 2, 0, "yes") > Shows a countdown of 2 minutes)
Parameters: s,m,h = seconds, minutes, hours / rleft = "yes" enables coutdown, leave blank or "no" to disable it.
Loading/Progress Bar
Function: Creates a bar that fills-up in a determined amount of time.
Parameters: s = duration in seconds / char = the character the bar is made of / size = bar's size, leave blank for auto


This topic is locked










