Differences From Artifact [66b4cba773]:
- File single/X-LV-01.lua — part of check-in [210efdb157] at 2023-07-14 23:03:35 on branch trunk — 0.0.1287 (user: 顽雨沉风, size: 1106) [annotate] [blame] [check-ins using]
To Artifact [a3768d17f6]:
- File single/X-LV-01.lua — part of check-in [8213941674] at 2023-07-14 23:03:51 on branch trunk — 0.0.1288 (user: 顽雨沉风, size: 1142) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
23 24 25 26 27 28 29 |
fun["开局说明"]()
--~ debug = require("debug")
--~ local info = debug.getinfo(1, "S")
--~ local scriptName = info.short_src
--~ Debug.ShowHint(scriptName)
| > > | 23 24 25 26 27 28 29 30 31 |
fun["开局说明"]()
--~ debug = require("debug")
--~ local info = debug.getinfo(1, "S")
--~ local scriptName = info.short_src
--~ Debug.ShowHint(scriptName)
io=require("io")
os=require("os")
|