I have to create a Demo script for an event at work (lucky me eh?). I have recorded some demos, but am having problems getting the demo script to simply run over and over and over (so I don’t have to keep coming back and restarting the demos). Here is what I have that is not working (I exec this from the cmdlist) :
set d1 “demo new.dm_83; demo new2.dm_83; map new3.dm_83;”
vstr d1
With the script as it is it just runs the last demo and exits. I want it to run through the 1, 2, 3, then 1, 2, 3, etc. until the user stops it.
Changing the “demo” string to “map” doesn’t appear to work either as the system complains “map new.dm_83.bsp not found”.
Any ideas how to fix this? :weird:
Thanks,
[cvd]ChickenHawk