Is it possible to exec scripts within a map script?


(Ifurita) #1

in a player config, it’ just exec [filename].cfg

could you do this from a map script?

thx


(SCDS_reyalP) #2

No, map scripts are completely different from .cfg files. cfg files are just a collection of console commands, whereas map scripts use a different structure and set of commands.

In ET (unlike MP rtcw) there is a provision to set cvars from from the map script. I haven’t tested this myself, but if it works at all, I would expect that it has some limitations.