View Single Post
  #12  
Old 01-06-2006, 03:21 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
I am not sure I entirely understand what you are trying to say, but is this what you mean?
PHP Code:
for (temp.0temp.this.reqflags.size(); temp.++)
{
  if (!(
0 in (@ this.reqflags[temp.i])))
  {
    
player.setLevel2(this.level[temp.i], this.newx[temp.i], this.newy[temp.i]);
  }

Edit: I do agree with just evaluating it on onPlayerTouchsMe. I think you are making this quite complicated for yourself trying to stick to a philosophy that won't easily (or at all) work everywhere.
__________________
Skyld
Reply With Quote