View Single Post
  #1  
Old 08-24-2002, 03:51 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
GrowlZ: New "function"?

GrowlZ:

Well, I say function, but it would be used as more of a checking tool - hasfile(filename).

NPC Code:

Example:
if (playerenters){
if (!hasfile(bigmap2002.txt)){
say2 You need the map file to play properly!;
openurl http://www.domain.com/download/bigmap2002.txt;
}
}



Basically, for checking if Graal can find the file specified in any of its folders. It'd be useful for (examples:) checking for tilesets, maps, server-specific music etc. What does everyone think?
__________________
[signature]insert here[/signature]
Reply With Quote