游戏王残局简化版

Check-in [38127bc74b]
Login

Check-in [38127bc74b]

Overview
Comment:0.0.757
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 38127bc74b61d32a5ba8091431e5ef635d16aa6c19cb841b800dd62c6fec3848
User & Date: 顽雨沉风 on 2023-07-06 13:03:52
Other Links: manifest | tags
Context
2023-07-06
13:05
0.0.758 check-in: 48856d173a user: 顽雨沉风 tags: trunk
13:03
0.0.757 check-in: 38127bc74b user: 顽雨沉风 tags: trunk
13:03
0.0.756 check-in: 6a26890958 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [e8352c2fe4] to [371369c8ec].

122
123
124
125
126
127
128
129
130
131



132
133
134
135
136
137
138
122
123
124
125
126
127
128



129
130
131
132
133
134
135
136
137
138







-
-
-
+
+
+







  if str["开局添加手卡"] then
    str["开局说明"] = str["开局说明"] .. "选"
    str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
    str["开局说明"] = str["开局说明"] .. "卡 "
    end

  if str["禁格"] then
    str["开局说明"] = str["开局说明"] .. ""
    str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
    str["开局说明"] = str["开局说明"] .. " "
    str["开局说明"] = str["开局说明"] .. ""
    str["开局说明"] = str["开局说明"] .. str["禁格"]
    str["开局说明"] = str["开局说明"] .. " "
    end

  Debug.ShowHint(str["开局说明"])
  fun["通关邀请"]()
  end

fun["开局添加手卡"] = function(str_1)