View Single Post
  #3  
Old 05-25-2006, 02:11 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by xAndrewx
NPC Code:

function FindFile(filedir) {
if (Fileexists(filedir))
return true;
return false;
}

Hm, what is the point in doing that? You're essentially just doing:

function FindFile(filedir) return fileexists(filedir);
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote