游戏王残局简化版

Check-in [3597d73dbd]
Login

Check-in [3597d73dbd]

Overview
Comment:0.0.432
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3597d73dbdf71616de7585574bb07689d36ccf56c3f8c3865d8af3b63d0db33b
User & Date: 顽雨沉风 on 2023-06-30 01:48:13
Other Links: manifest | tags
Context
2023-06-30
01:50
0.0.433 check-in: 2fc6463b3e user: 顽雨沉风 tags: trunk
01:48
0.0.432 check-in: 3597d73dbd user: 顽雨沉风 tags: trunk
01:48
0.0.431 check-in: 1f8b159161 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [6ff10c769a] to [701fdf4b7f].

63
64
65
66
67
68
69
70
71
72
73

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]

  Debug.ShowHint(str["开局说明"])
  Debug.ShowHint(Duel.CheckLocation(0, LOCATION_MZONE, 5))
  end









|



63
64
65
66
67
68
69
70
71
72
73

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]

  Debug.ShowHint(str["开局说明"])
  Debug.ShowHint(tostring(Duel.CheckLocation(0, LOCATION_MZONE, 5)))
  end