if bufftime == -1 and BeeGetVariable("cd") then --没有找到buff 并且没有记录过
BeeSetVariable("cd", time()) --记录当前时间
else --找到Buff 重置记录
BeeSetVariable("cd", nil)
end
if BeeGetVariable("cd") and time() - BeeGetVariable("cd") > 10 then BeeRun("星火术") end --超过十秒没有找到bufftime