Overview
| Comment: | 0.0.1288 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
82139416747d21c17eaf866b447011be |
| User & Date: | 顽雨沉风 on 2023-07-14 23:03:51.537 |
| Other Links: | manifest | tags |
Context
|
2023-07-14
| ||
| 23:07 | 0.0.1289 check-in: 613ac39b67 user: 顽雨沉风 tags: trunk | |
| 23:03 | 0.0.1288 check-in: 8213941674 user: 顽雨沉风 tags: trunk | |
| 23:03 | 0.0.1287 check-in: 210efdb157 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-01.lua
from [66b4cba773]
to [a3768d17f6].
| ︙ | ︙ | |||
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")
|