Jump to content
  • 0
Sign in to follow this  
ThyroDree

the 2-Cards Max Deadly Combo restriction

Question

Help me make script the 2-Cards Max Deadly Combo restriction

Gloom Card

Lhz Cards

Fbh Card

Thanatos Card

Anyone know how to add 2Cards Max Restriction?

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Refer to this command to count all cards you want to restrict.

 

*isequippedcnt(<card id>{,<card id>{,<card id>{,<card id>}}})This function is similar to 'isequipped', but instead of 1 or 0, it willreturn the number of cards in the list given that were found on theinvoking character.	if (isequippedcnt(4001,4005,4033,4196) == 4) mes "Finally got all four poring cards?";

Share this post


Link to post
Share on other sites
  • 0

 

Refer to this command to count all cards you want to restrict.

 

*isequippedcnt(<card id>{,<card id>{,<card id>{,<card id>}}})This function is similar to 'isequipped', but instead of 1 or 0, it willreturn the number of cards in the list given that were found on theinvoking character.	if (isequippedcnt(4001,4005,4033,4196) == 4) mes "Finally got all four poring cards?";

how can i add that script . example on Lhz Card please

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.