Overview
| Comment: | 0.0.1323 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a3a7fb46ed989c7473ac48e6bf94f8de |
| User & Date: | 顽雨沉风 on 2023-07-15 10:17:04.546 |
| Other Links: | manifest | tags |
Context
|
2023-07-15
| ||
| 10:18 | 0.0.1324 check-in: 3aa3657ce7 user: 顽雨沉风 tags: trunk | |
| 10:17 | 0.0.1323 check-in: a3a7fb46ed user: 顽雨沉风 tags: trunk | |
| 10:16 | 0.0.1322 check-in: 931aa4d171 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [7145b70999]
to [5c419d1f92].
1 |
| | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 |
if Debug.Message(fun["开局说明"]) then --{
Debug.Message("已加载")
return
end --}
--~ Debug.Message("未加载")
--~ Debug.Message(_G["c0.lua_已加载"])
--~ Debug.Message(fun["开局说明"])
str = {}
fun = {}
|
| ︙ | ︙ |
Modified single/X-LV-01.lua
from [1a6a27b9fc]
to [a5e7a6d4b0].
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 15 |
--[[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)
|
| ︙ | ︙ |