mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
31 lines
934 B
Lua
31 lines
934 B
Lua
function SetToysCD_MD_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220009, true)
|
|
end
|
|
|
|
function SetToysCD_MD_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220009, false)
|
|
end
|
|
|
|
function SetToysCD_LY_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220003, true)
|
|
end
|
|
|
|
function SetToysCD_LY_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220003, false)
|
|
end
|
|
|
|
function SetToysCD_DQ_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220034, true)
|
|
end
|
|
|
|
function SetToysCD_DQ_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220034, false)
|
|
end
|
|
|
|
function SetToysCD_XM_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220058, true)
|
|
end
|
|
|
|
function SetToysCD_XM_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220058, false)
|
|
end |