Downloadable
From EventScripts Community Encyclopedia
OverviewSyntax:downloadable <path-to-file>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.DescriptionMarks a file as downloadable.
Parameters
<userComments></userComments> Examplesblock load { // Mark a sound as downloadable. downloadable sound/testsound.wav } event es_map_start { // We must mark it as downloadable again on map change. downloadable sound/testsound.wav } Notes
See Also |
|
