235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
|
end
if s["机智"] == 0 then
h1 = h1 .. "无机智 "
end
if s["开局选卡入手之数"] then
h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
end
if s["禁格之数"] then
h1 = h1 .. "禁" .. s["禁格之数"] .. "格 "
end
if s["开局洗卡抽卡之数"] then
h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
end
Debug.ShowHint(h1)
end
do
|
|
|
>
>
>
|
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
end
if s["机智"] == 0 then
h1 = h1 .. "无机智 "
end
if s["开局选卡入手之数"] then
h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
end
if s["量之禁「主怪格」"] then
h1 = h1 .. "禁" .. s["量之禁「主怪格」"] .. "怪格 "
end
if s["量之禁「魔陷格」"] then
h1 = h1 .. "禁" .. s["量之禁「魔陷格」"] .. "魔格 "
end
if s["开局洗卡抽卡之数"] then
h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
end
Debug.ShowHint(h1)
end
do
|