View Single Post
  #1  
Old 05-24-2006, 04:06 PM
MegaMasterX90875 MegaMasterX90875 is offline
Retired Graalian (2009)
MegaMasterX90875's Avatar
Join Date: Feb 2006
Location: North Carolina
Posts: 132
MegaMasterX90875 is on a distinguished road
Send a message via AIM to MegaMasterX90875
Alternative Updates

I'm working on a server and I've come up with an idea to keep from overwriting files (using GS2, I"VE FINALLY MIGRATED TO GS2!!)
This example uses the file test.txt in the levels folder.
Can't I use
NPC Code:
function onCreated&&Fileexists(levels/test.txt)
{
selectfilefordownload(levels/test.txt);
}



Not sure, but the idea checks the player's graal folder for the file before downloading it to the client. Also, should I put this Clientside?
__________________
Mess with the best, Die like the rest.




Last edited by MegaMasterX90875; 05-24-2006 at 04:07 PM.. Reason: Forgot to add something
Reply With Quote