Commit 4bc90e3d authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c60000169.lua

parent a8664aba
...@@ -155,7 +155,7 @@ function cm.bcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -155,7 +155,7 @@ function cm.bcon(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.btg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.btg(e,tp,eg,ep,ev,re,r,rp,chk)
local tg=e:GetLabelObject():GetLabelObject() local tg=e:GetLabelObject():GetLabelObject()
if chk==0 then return aux.GetValueType(tg)=="Group"and #tg>0 end if chk==0 then return tg and aux.GetValueType(tg)=="Group"and #tg>0 end
end end
function cm.bop(e,tp,eg,ep,ev,re,r,rp) function cm.bop(e,tp,eg,ep,ev,re,r,rp)
local tg=e:GetLabelObject():GetLabelObject() local tg=e:GetLabelObject():GetLabelObject()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment