Thread: Player Levels
View Single Post
  #6  
Old 10-14-2007, 08:54 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
If you want to access people in the current level, why not use players instead of allplayers?


PHP Code:
else if (toks[0] == ":test") {
  if (
player.account in this.allowedFull) {
    for (
plplayers) {
      
pl.chat pl.account;
      return;
    }
  }

And yes, sleep is next on today's schedule.. I think.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote