游戏王残局简化版

Check-in [91bea80f83]
Login

Check-in [91bea80f83]

Overview
Comment:0.0.336
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 91bea80f830233e6aeb0e7ae85307e37b5b07ab1f285c7246d9c77f81fe6508a
User & Date: 顽雨沉风 on 2023-06-29 12:32:17
Other Links: manifest | tags
Context
2023-06-29
12:34
0.0.337 check-in: ddbb1e3030 user: 顽雨沉风 tags: trunk
12:32
0.0.336 check-in: 91bea80f83 user: 顽雨沉风 tags: trunk
12:28
0.0.335 check-in: 3aa0808dad user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [86e083e59e] to [e09b4fcf72].

20
21
22
23
24
25
26
27
28
29
30



31
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")
    return
    end
  effect_1:SetOperation(cache_1)
  Effect.SetDescription(effect_1, 1160)
  Debug.ShowHint(Effect.GetDescription(effect_1))
  Duel.RegisterEffect(effect_1
    , 0)



  end







|
<


>
>
>

20
21
22
23
24
25
26
27

28
29
30
31
32
33
    end
  effect_1:SetCondition(cache_1)
  function cache_1()
    Debug.ShowHint("残局群181175613")
    return
    end
  effect_1:SetOperation(cache_1)


  Duel.RegisterEffect(effect_1
    , 0)
--~   Effect.SetDescription(effect_1, 1160)
--~   Debug.ShowHint(Effect.GetDescription(effect_1))
  Duel.SelectYesNo(0,1160)
  end