yuhsing

Untitled

Nov 14th, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. prontera,155,181,5 script Sample#deadlycombo 757,{
  3.  
  4. if( isequippedcnt( 4359,4361,4367,4399,4407 ) <= 2 ){
  5. mes "Card Effect Activated when there is 2 or less Card Equipped.";
  6. }else{
  7. mes "Card Effect Not Activated when there is 3 or more Card Equipped.";
  8. }
  9. dispbottom "Returned Value : "+isequippedcnt( 4359,4361,4367,4399,4407 );
  10. close;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment