Differences From Artifact [be53ccbefc]:
- File script/c0.lua — part of check-in [84600afef1] at 2023-07-20 03:14:40 on branch trunk — 0.0.1924 (user: 顽雨沉风, size: 8890) [annotate] [blame] [check-ins using]
To Artifact [49da347590]:
- File script/c0.lua — part of check-in [eb8861bdb2] at 2023-07-20 03:17:43 on branch trunk — 0.0.1925 (user: 顽雨沉风, size: 8934) [annotate] [blame] [check-ins using]
︙ | |||
326 327 328 329 330 331 332 333 334 335 336 337 338 339 | 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 | + + | fun["印卡"] = function(str_1, str_2, str_3) --{ str["印卡弹窗1"] = str["印卡弹窗1"] .. str_2 str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗2"] str["印卡弹窗1"] = str["印卡弹窗1"] .. str_3 str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗3"] Debug.ShowHint(str["印卡弹窗1"]) if str_3 then --{ --} else --{ |
︙ |