30 Jun 10, 04:19PM
Or even multiple .cfg files, for easier handling.
That way, if you want to exclude a particular script, you merely comment out one line of "exec", thus:
and the script is excluded from gameplay until you un-comment it back in!
That way, if you want to exclude a particular script, you merely comment out one line of "exec", thus:
[SELECT ALL] Code:
exec config\dynamic.cfg
becomes
//exec config\dynamic.cfg