Commit 9c24f05c authored by VanillaSalt's avatar VanillaSalt

fix script

parent 42d7908a
...@@ -25,6 +25,7 @@ function c1248895.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -25,6 +25,7 @@ function c1248895.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if eg:GetCount()==1 then if eg:GetCount()==1 then
Duel.SetTargetCard(eg) Duel.SetTargetCard(eg)
else else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local g=eg:FilterSelect(tp,c1248895.filter,1,1,nil,e) local g=eg:FilterSelect(tp,c1248895.filter,1,1,nil,e)
Duel.SetTargetCard(g) Duel.SetTargetCard(g)
end end
......
...@@ -33,8 +33,8 @@ function c19041767.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -33,8 +33,8 @@ function c19041767.condition(e,tp,eg,ep,ev,re,r,rp)
return tp~=Duel.GetTurnPlayer() return tp~=Duel.GetTurnPlayer()
end end
function c19041767.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c19041767.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckLPCost(tp,500) if chk==0 then return Duel.CheckLPCost(tp,500) end
else Duel.PayLPCost(tp,500) end Duel.PayLPCost(tp,500)
end end
function c19041767.target(e,tp,eg,ep,ev,re,r,rp,chk) function c19041767.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c19041767.filter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c19041767.filter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil) end
...@@ -48,7 +48,7 @@ function c19041767.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,7 +48,7 @@ function c19041767.operation(e,tp,eg,ep,ev,re,r,rp)
if tc then if tc then
local s1=tc:IsSummonable(true,nil) local s1=tc:IsSummonable(true,nil)
local s2=tc:IsMSetable(true,nil) local s2=tc:IsMSetable(true,nil)
if (s1 and s2 and Duel.SelectOption(tp,aux.Stringid(19041767,1),aux.Stringid(19041767,2))==0) or not s2 then if (s1 and s2 and Duel.SelectPosition(tp,tc,POS_FACEUP_ATTACK+POS_FACEDOWN_DEFENCE)==POS_FACEUP_ATTACK) or not s2 then
Duel.Summon(tp,tc,true,nil) Duel.Summon(tp,tc,true,nil)
else else
Duel.MSet(tp,tc,true,nil) Duel.MSet(tp,tc,true,nil)
......
...@@ -28,10 +28,10 @@ function c22047978.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,10 +28,10 @@ function c22047978.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsAttackable() and not tc:IsStatus(STATUS_ATTACK_CANCELED) then if tc:IsRelateToEffect(e) and tc:IsAttackable() and not tc:IsStatus(STATUS_ATTACK_CANCELED) then
local g=Duel.GetMatchingGroup(c22047978.cfilter,1-tp,LOCATION_HAND,0,nil) local g=Duel.GetMatchingGroup(c22047978.cfilter,1-tp,LOCATION_HAND,0,nil)
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(22047978,0)) then if g:GetCount()>0 and Duel.SelectYesNo(1-tp,aux.Stringid(22047978,0)) then
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONFIRM) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_CONFIRM)
local cg=g:Select(1-tp,1,1,nil) local cg=g:Select(1-tp,1,1,nil)
Duel.ConfirmCards(tp,g) Duel.ConfirmCards(tp,cg)
Duel.ShuffleHand(1-tp) Duel.ShuffleHand(1-tp)
return return
end end
......
...@@ -12,7 +12,7 @@ function c22869904.initial_effect(c) ...@@ -12,7 +12,7 @@ function c22869904.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c22869904.cfilter(c,tp) function c22869904.cfilter(c,tp)
return c:IsType(TYPE_SPELL) and c:IsPreviousLocation(LOCATION_SZONE) return c:IsType(TYPE_SPELL) and c:IsPreviousLocation(LOCATION_SZONE) and c:IsPreviousPosition(POS_FACEUP)
and c:GetPreviousControler()==1-tp and c:GetPreviousSequence()~=5 and c:GetPreviousControler()==1-tp and c:GetPreviousSequence()~=5
end end
function c22869904.condition(e,tp,eg,ep,ev,re,r,rp) function c22869904.condition(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -23,7 +23,7 @@ function c23269426.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -23,7 +23,7 @@ function c23269426.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
and Duel.IsExistingTarget(c23269426.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) end and Duel.IsExistingTarget(c23269426.filter,tp,LOCATION_MZONE,0,1,nil,e,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
local g=Duel.SelectTarget(tp,c23269426.filter,tp,LOCATION_MZONE,0,1,1,nil,e,tp) local g=Duel.SelectTarget(tp,c23269426.filter,tp,LOCATION_MZONE,0,1,1,nil,e,tp)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_GRAVE)
end end
function c23269426.activate(e,tp,eg,ep,ev,re,r,rp) function c23269426.activate(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
......
...@@ -11,7 +11,6 @@ function c47387961.initial_effect(c) ...@@ -11,7 +11,6 @@ function c47387961.initial_effect(c)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCost(c47387961.cost)
e1:SetTarget(c47387961.target) e1:SetTarget(c47387961.target)
e1:SetOperation(c47387961.operation) e1:SetOperation(c47387961.operation)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -19,10 +18,6 @@ end ...@@ -19,10 +18,6 @@ end
function c47387961.xyzfilter(c) function c47387961.xyzfilter(c)
return c:IsSetCard(0x76) and c:GetLevel()==4 return c:IsSetCard(0x76) and c:GetLevel()==4
end end
function c47387961.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c47387961.filter(c) function c47387961.filter(c)
return c:IsFaceup() and c:IsType(TYPE_XYZ) return c:IsFaceup() and c:IsType(TYPE_XYZ)
end end
...@@ -48,10 +43,6 @@ function c47387961.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -48,10 +43,6 @@ function c47387961.operation(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_SET_BASE_ATTACK) e2:SetCode(EFFECT_SET_BASE_ATTACK)
e2:SetValue(tc:GetTextAttack()) e2:SetValue(tc:GetTextAttack())
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e3=e1:Clone()
e3:SetCode(EFFECT_SET_BASE_DEFENCE)
e3:SetValue(tc:GetTextDefence())
c:RegisterEffect(e3)
c:CopyEffect(code,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,1) c:CopyEffect(code,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,1)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE) e4:SetType(EFFECT_TYPE_SINGLE)
...@@ -62,10 +53,12 @@ function c47387961.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,10 +53,12 @@ function c47387961.operation(e,tp,eg,ep,ev,re,r,rp)
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE) e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetCode(EFFECT_DISABLE) e5:SetCode(EFFECT_DISABLE)
e5:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e5) tc:RegisterEffect(e5)
local e6=Effect.CreateEffect(c) local e6=Effect.CreateEffect(c)
e6:SetType(EFFECT_TYPE_SINGLE) e6:SetType(EFFECT_TYPE_SINGLE)
e6:SetCode(EFFECT_DISABLE_EFFECT) e6:SetCode(EFFECT_DISABLE_EFFECT)
e6:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e6) tc:RegisterEffect(e6)
end end
end end
...@@ -10,6 +10,7 @@ function c48009503.initial_effect(c) ...@@ -10,6 +10,7 @@ function c48009503.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCost(c48009503.cost) e1:SetCost(c48009503.cost)
e1:SetTarget(c48009503.target) e1:SetTarget(c48009503.target)
e1:SetOperation(c48009503.operation) e1:SetOperation(c48009503.operation)
......
...@@ -8,10 +8,15 @@ function c51281878.initial_effect(c) ...@@ -8,10 +8,15 @@ function c51281878.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_NO_TURN_RESET) e1:SetProperty(EFFECT_FLAG_NO_TURN_RESET)
e1:SetRange(LOCATION_GRAVE) e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetTarget(c51281878.cost)
e1:SetTarget(c51281878.target) e1:SetTarget(c51281878.target)
e1:SetOperation(c51281878.operation) e1:SetOperation(c51281878.operation)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c51281878.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,51281878)==0 end
Duel.RegisterFlagEffect(tp,51281878,RESET_PHASE+PHASE_END,EFFECT_FLAG_OATH,1)
end
function c51281878.target(e,tp,eg,ep,ev,re,r,rp,chk) function c51281878.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0 if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>0
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
......
...@@ -62,7 +62,7 @@ function c57319935.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function c57319935.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(tp,tc2:GetAttack(),REASON_EFFECT) Duel.Damage(tp,tc2:GetAttack(),REASON_EFFECT)
else else
local g1=Duel.GetFieldGroup(tp,LOCATION_EXTRA,0) local g1=Duel.GetFieldGroup(tp,LOCATION_EXTRA,0)
local g2=Duel.GetFieldGroup(tp,LOCATION_EXTRA,0) local g2=Duel.GetFieldGroup(1-tp,LOCATION_EXTRA,0)
Duel.ConfirmCards(tp,g2) Duel.ConfirmCards(tp,g2)
Duel.ConfirmCards(1-tp,g1) Duel.ConfirmCards(1-tp,g1)
end end
......
...@@ -4,7 +4,7 @@ function c61254509.initial_effect(c) ...@@ -4,7 +4,7 @@ function c61254509.initial_effect(c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(61254509,0)) e1:SetDescription(aux.Stringid(61254509,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c61254509.condition) e1:SetCondition(c61254509.condition)
e1:SetTarget(c61254509.target) e1:SetTarget(c61254509.target)
...@@ -19,7 +19,7 @@ function c61254509.filter(c) ...@@ -19,7 +19,7 @@ function c61254509.filter(c)
end end
function c61254509.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c61254509.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c61254509.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and c61254509.filter(chkc) end
if chk==0 then return true end if chk==0 then return Duel.IsExistingTarget(c61254509.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
Duel.SelectTarget(tp,c61254509.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil) Duel.SelectTarget(tp,c61254509.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
end end
......
--Tyler the Great Warrior --Tyler the Great Warrior
function c60811206.initial_effect(c) function c68811206.initial_effect(c)
--spsummon condition --spsummon condition
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
...@@ -8,22 +8,22 @@ function c60811206.initial_effect(c) ...@@ -8,22 +8,22 @@ function c60811206.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--damage --damage
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(60811206,0)) e2:SetDescription(aux.Stringid(68811206,0))
e2:SetCategory(CATEGORY_DAMAGE) e2:SetCategory(CATEGORY_DAMAGE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetCode(EVENT_BATTLE_DESTROYING) e2:SetCode(EVENT_BATTLE_DESTROYING)
e2:SetCondition(c60811206.damcon) e2:SetCondition(c68811206.damcon)
e2:SetTarget(c60811206.damtg) e2:SetTarget(c68811206.damtg)
e2:SetOperation(c60811206.damop) e2:SetOperation(c68811206.damop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c60811206.damcon(e,tp,eg,ep,ev,re,r,rp) function c68811206.damcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local bc=c:GetBattleTarget() local bc=c:GetBattleTarget()
return c:IsRelateToBattle() and bc:IsLocation(LOCATION_GRAVE) and bc:IsType(TYPE_MONSTER) return c:IsRelateToBattle() and bc:IsLocation(LOCATION_GRAVE) and bc:IsType(TYPE_MONSTER)
end end
function c60811206.damtg(e,tp,eg,ep,ev,re,r,rp,chk) function c68811206.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
local c=e:GetHandler() local c=e:GetHandler()
local bc=c:GetBattleTarget() local bc=c:GetBattleTarget()
...@@ -33,7 +33,7 @@ function c60811206.damtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -33,7 +33,7 @@ function c60811206.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetTargetParam(dam) Duel.SetTargetParam(dam)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,dam) Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,dam)
end end
function c60811206.damop(e,tp,eg,ep,ev,re,r,rp) function c68811206.damop(e,tp,eg,ep,ev,re,r,rp)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Damage(p,d,REASON_EFFECT) Duel.Damage(p,d,REASON_EFFECT)
end end
...@@ -25,7 +25,6 @@ function c79333300.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -25,7 +25,6 @@ function c79333300.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_TODECK,g,g:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_TODECK,g,g:GetCount(),0,0)
end end
function c79333300.activate(e,tp,eg,ep,ev,re,r,rp) function c79333300.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc and tc:IsRelateToEffect(e) then if tc and tc:IsRelateToEffect(e) then
Duel.SendtoDeck(tc,nil,1,REASON_EFFECT) Duel.SendtoDeck(tc,nil,1,REASON_EFFECT)
......
...@@ -25,7 +25,7 @@ end ...@@ -25,7 +25,7 @@ end
function c97697447.target(e,tp,eg,ep,ev,re,r,rp,chk) function c97697447.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
if e:GetLabel()==0 then if e:GetLabel()==0 then
Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler(),TYPE_SPELL+TYPE_TRAP) return Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler(),TYPE_SPELL+TYPE_TRAP)
end end
e:SetLabel(0) e:SetLabel(0)
return Duel.IsExistingMatchingCard(c97697447.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler(),tp) return Duel.IsExistingMatchingCard(c97697447.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,e:GetHandler(),tp)
......
...@@ -88,9 +88,6 @@ function c9888196.hdcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -88,9 +88,6 @@ function c9888196.hdcost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetFieldGroup(tp,LOCATION_HAND,0) local g=Duel.GetFieldGroup(tp,LOCATION_HAND,0)
Duel.SendtoGrave(g,REASON_COST) Duel.SendtoGrave(g,REASON_COST)
end end
function c9888196.filter2(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsDestructable()
end
function c9888196.hdtg(e,tp,eg,ep,ev,re,r,rp,chk) function c9888196.hdtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,0) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,0)
......
...@@ -21,7 +21,7 @@ end ...@@ -21,7 +21,7 @@ end
function c99075257.target(e,tp,eg,ep,ev,re,r,rp,chk) function c99075257.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c99075257.filter,tp,LOCATION_DECK,0,1,nil,eg:GetFirst():GetLevel()) end if chk==0 then return Duel.IsExistingMatchingCard(c99075257.filter,tp,LOCATION_DECK,0,1,nil,eg:GetFirst():GetLevel()) end
e:SetLabel(eg:GetFirst():GetLevel()) e:SetLabel(eg:GetFirst():GetLevel())
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c99075257.operation(e,tp,eg,ep,ev,re,r,rp) function c99075257.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment