Overview
| Comment: | 0.0.1416 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6694435a88aec0bce6fa7ba0b9c7981c |
| User & Date: | 顽雨沉风 on 2023-07-15 11:23:05.309 |
| Other Links: | manifest | tags |
Context
|
2023-07-15
| ||
| 11:23 | 0.0.1417 check-in: 48141ebc63 user: 顽雨沉风 tags: trunk | |
| 11:23 | 0.0.1416 check-in: 6694435a88 user: 顽雨沉风 tags: trunk | |
| 11:22 | 0.0.1415 check-in: 3fcf915fed user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample1.lua
from [6b4e6e1506]
to [cd57ad0766].
1 2 3 4 | --[[message 游戏王基本操作 ]] | < < < < < | 1 2 3 4 5 6 7 8 9 10 11 |
--[[message
游戏王基本操作
]]
Debug.SetAIName("sample1")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,2100,0,0)
Debug.SetPlayerInfo(1,1500,0,0)
Debug.AddCard(89943723,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
|
| ︙ | ︙ |