a place for all your custom card needs you can post scripts pics and request for card to be made also please donate to the funding for a new server made for custom card duels
 
HomePortalLatest imagesSearchRegisterLog in

Share
 

 D.D. Dragon - Aruval

View previous topic View next topic Go down 
AuthorMessage
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

dragon - D.D. Dragon - Aruval Empty
PostSubject: D.D. Dragon - Aruval   dragon - D.D. Dragon - Aruval Icon_minitimeSun Aug 04, 2013 5:57 pm

dragon - D.D. Dragon - Aruval Aruval11

--32083012
function c32083012.initial_effect(c)
--remove
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32083012,0))
e1:SetCategory(CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_BATTLE_START)
e1:SetTarget(c32083012.targ)
e1:SetOperation(c32083012.op)
c:RegisterEffect(e1)
end
function c32083012.targ(e,tp,eg,ep,ev,re,r,rp,chk)
local t=Duel.GetAttackTarget()
if chk ==0 then return Duel.GetAttacker()==e:GetHandler() and t~=nil and not t:IsAttackPos() and t:IsAbleToRemove() end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,t,1,0,0)
end
function c32083012.op(e,tp,eg,ep,ev,re,r,rp)
local t=Duel.GetAttackTarget()
if t~=nil and t:IsRelateToBattle() and not t:IsAttackPos() then
Duel.Remove(t,POS_FACEUP,REASON_EFFECT)
end
end
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
 

D.D. Dragon - Aruval

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» D.D. Dragon - Ouroboros
» D.D. God Dragon
» D.D. Dragon - Kaen
» D.D. Dragon - Typhoon
» D.D. Dragon - Exodus

Permissions in this forum:You cannot reply to topics in this forum
Mackpro :: MackPro :: Custom Cards-