View Single Post
  #1  
Old 02-04-2004, 09:40 PM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
New Command: fileexists

This should be added

fileexists(filename) = true or false

NPC Code:

NPC Code:

if (fileexists(nintendosucks.mid)) {
play nintendosucks.mid;
} else {
play http://www.nintendoh8rs.com/nintendosucks.mid;
}





playing it from the website should download it to your harddrive.

HOWEVER, things like web radio and asx files should not be downloaded.
Reply With Quote