wc.setCooldown() - shysolocup/willclient GitHub Wiki
- Description: Used to set global cooldowns
Parameters
- Time
String
orNumber
: How long the cooldown is
Setup
wc.setCooldown("5s")
wc.setCooldown(5)
String
or Number
: How long the cooldown iswc.setCooldown("5s")
wc.setCooldown(5)