yuhsing

Untitled

Jan 19th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. .@itemid = 512;
  3. .amound = 10;
  4. .@aid = getcharid(3);
  5.  
  6. getpartymember getcharid(1),0;
  7. getpartymember getcharid(1),2;
  8.  
  9. while( .@i < $@partymembercount ){
  10. if( attachrid( $@partymemberaid[ .@i ] ) )
  11. if( countitem( .@itemid ) < .@amount ){
  12. attachrid( .@rid );
  13. mes Your member "+$@partymembername$[.@i]+" didnt have "+.@amount+" "+getitemname( .@itemid )+".";
  14. close;
  15. }
  16. .@i++;
  17. }
  18. attachrid( .@rid );
  19. mes "All got items.";
  20. close;
Advertisement
Add Comment
Please, Sign In to add comment