28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
e999:SetCode(EVENT_DAMAGE)
function cache1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetLP(1)<=0
end
e999:SetCondition(cache1)
function cache1(e,tp,eg,ep,ev,re,r,rp)
Debug.ShowHint("残局群181175613")
io.popen('clip','w'):write("残局群181175613"):close()
return
end
e999:SetOperation(cache1)
Duel.RegisterEffect(e999,0)
|
<
|
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
e999:SetCode(EVENT_DAMAGE)
function cache1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetLP(1)<=0
end
e999:SetCondition(cache1)
function cache1(e,tp,eg,ep,ev,re,r,rp)
Debug.ShowHint("残局群181175613")
return
end
e999:SetOperation(cache1)
Duel.RegisterEffect(e999,0)
|