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.