Overview
Comment: | 0.0.1300 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a1be9019e45070a68803d08a75dcd750 |
User & Date: | 顽雨沉风 on 2023-07-14 23:39:57 |
Other Links: | manifest | tags |
Context
2023-07-14
| ||
23:40 | 0.0.1301 check-in: 25f6e42929 user: 顽雨沉风 tags: trunk | |
23:39 | 0.0.1300 check-in: a1be9019e4 user: 顽雨沉风 tags: trunk | |
23:39 | 0.0.1299 check-in: 3efece4263 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-01.lua from [6a5f39c3dd] to [45aa54b8e6].
1 2 3 4 5 6 | --[[message 新手教学 ]] --By OURYGO-YGO EZ manager --~ 必须位于残局文件顶部 --~ 加载残局函数库 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message 新手教学 ]] --By OURYGO-YGO EZ manager --~ 必须位于残局文件顶部 --~ 加载残局函数库 --~ Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,1000,0,0) Debug.AddCard(53927679,0,0,LOCATION_HAND,0,POS_FACEDOWN) local g02=Debug.AddCard(89631139,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g13=Debug.AddCard(3797883,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) |
︙ | ︙ | |||
22 23 24 25 26 27 28 | aux.BeginPuzzle() --~ fun["开局说明"]() --~ package = require("package") --~ package.loaded --~ 你=猪 --~ ) dofile("D:\\install\\YGOPro\\script\\c0.lua") | > | 22 23 24 25 26 27 28 29 | aux.BeginPuzzle() --~ fun["开局说明"]() --~ package = require("package") --~ package.loaded --~ 你=猪 --~ ) dofile("D:\\install\\YGOPro\\script\\c0.lua") fun["开局说明"]() |