the 2-Cards Max Deadly Combo restriction

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
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?

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

Code:
*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?";
 
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

 
Back
Top