Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -55,10 +55,13 @@ end --} fun["通关邀请"] = function() --{ + str["原解弹窗"] = "残局群181175613" + str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」" + effect_1 = Effect.GlobalEffect() effect_1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) @@ -70,17 +73,17 @@ if cache_1 <= 0 then --{ if cache_1 == 0 then --{ - Debug.ShowHint("残局群181175613") + Debug.ShowHint(str["原解弹窗"]) --} else --{ - Debug.ShowHint("QB:「你居然二解了,请加群告诉我怎么二解。」") + Debug.ShowHint(QB:「你居然二解了,请加群告诉我怎么二解。」) end --} else