Auto-Demo Script?
#2
Describe what you want the script to do exactly in more detail. You can easily make a script that automatically downloads the latest demo available on the server on each map start, getting them all in sequence is a bit tougher.

[cubescript]
if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways getdemo)) [
add2alias mapstartalways [
if $connected [ sleep 1000 getdemo ]
]
]
[/cubescript]

In SVN, heres how it would look:

[cubescript]checkinit mapstartalways [ if $connected getdemo ][/cubescript]
Thanks given by:


Messages In This Thread
Auto-Demo Script? - by CDan75 - 27 Aug 12, 12:04AM
RE: Auto-Demo Script? - by Bukz - 27 Aug 12, 02:02AM
RE: Auto-Demo Script? - by CDan75 - 27 Aug 12, 02:56AM
RE: Auto-Demo Script? - by #M|A#Wolf - 27 Aug 12, 03:23AM
RE: Auto-Demo Script? - by Bukz - 27 Aug 12, 03:47AM