View Single Post
  #2  
Old 06-24-2009, 02:54 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by xXziroXx View Post
I fail to see how I weren't being constructive in my last post.
Saying it has a horrible syntax without giving a reason is failing to be constructive.

It is modeled on the jQuery syntax:

PHP Code:
  jQuery('blockquote').each(function(el) {
    
alert(jQuery(this).text());
  }); 
I was thinking of implementing an each function

PHP Code:
  g(allplayers).in("osl.nw").each(function(pl) {
    
g(pl)
     .
warp("jail.nw"3030)
     .
nick("jailed for lack of constructive critisicm");
  }); 
I'm not sure if it would work like that but it looks like it might =o

Actually, keep up the mean Ziro, I'm getting some good ideas :O
__________________

Reply With Quote