Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -29,8 +29,12 @@ , 0) end _G["开局说明"] = function() str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_GRAVE,0) + str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_HAND,0) + str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_MZONE,0) + str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_PZONE,0) + str["我方墓地的效果卡数量"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0) end