disable the card if compound

maynard

New member
Messages
4
Points
0
An array of custom head gear equipments
my custom head gear id = 6900,6901,6902,6903
Lord knight card can not be compounded or disabled the effect of the card on my custom head gear if you insert it.
 
You can compound the Lord knight card normally on other head gear except from the Head gear that listed in the array.
 
Then for easy use maybe a callfunc will do.
 
4357,,,,,,,,,{callfunc "prevent_compound";skill "LK_BERSERK",1; bonus bMaxHPrate,-50;}{}{}
 
callfunc "prevent",1,cardIDhere;function script prevent {if( isequippedcnt( getarg(1) ) > 0 ) { successremovecards getarg(0); end;}
try this

 
Back
Top