Thread: force download
View Single Post
  #1  
Old 04-17-2003, 10:31 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
force download

I really want a command for forcing downloads.

Like for downloading sounds without having to play them, we can force downloads on startup for certain files.


also maybe for playing a sound or showing an image we can play a file from a zip file

ie:

play sounds.zip[music.wav];

that way we can do:

NPC Code:

if (playerenters){forcedownload egsounds.zip;}



and then later do

NPC Code:

if (playerenters){
playlooped egsounds.zip[egadventure.midi];
}



would be MUCH more efficient and save space in my already huge graal folder.
Reply With Quote