--because Duel.SSet use confirm as parameter, so, i have no choice but directly make it hint.(in other solvefun, the order is first hint and second confirm)
rsop.CheckOperationHint(tg)
localct=Duel.SSet(setp,tg,targetp,confirm)
localog=Duel.GetOperatedGroup()
returnct,og,og:GetFirst()
end
end
--Operation: Equip
--Operation: Equip
functionrsop.eqop(e,eqc,eqtc,pos,opside)
functionrsop.eqop(e,eqc,eqtc,pos,opside)
localc=e:GetHandler()
localc=e:GetHandler()
...
@@ -2754,6 +2797,93 @@ function rsop.Remove(corg,pos,reason,hint)
...
@@ -2754,6 +2797,93 @@ function rsop.Remove(corg,pos,reason,hint)
localog=Duel.GetOperatedGroup()
localog=Duel.GetOperatedGroup()
returnct,og,og:GetFirst()
returnct,og,og:GetFirst()
end
end
--Operation function:MoveToField and hint
--if you don't neet hint, best use normal Duel.MoveToField