Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample#deadlycombo 757,{
- if( isequippedcnt( 4359,4361,4367,4399,4407 ) <= 2 ){
- mes "Card Effect Activated when there is 2 or less Card Equipped.";
- }else{
- mes "Card Effect Not Activated when there is 3 or more Card Equipped.";
- }
- dispbottom "Returned Value : "+isequippedcnt( 4359,4361,4367,4399,4407 );
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment