ID:260892
 
client
proc
DownloadMusic()
preload_rsc = "http://www.domain.com/custom_resources.zip"
preload_rsc = 2


Would the above code prompt the client to download the specified .zip file yet continue to download custom content no matter where it appears?

Or do I need to have a delay in-between? Or does it simply not work that way?
It might work, given that changing preload_rsc should signal a change to the clients, but a delay would be a better idea. I know the preloading system is still fairly limited in its flexibility.

Lummox JR