How to run more than 1 GSC Script?
-
So I can run a Script that disables the perk limit, and I can run a script that gives jug at round 8, but I don't know how to run them at the same time. Since each script has to be called "_clientids.gsc" how do I get them both to run? They can't both have the same name so I'm confused.
-
You're gonna have to get the decompiled / uncompiled versions of both scripts, combine them into one file, then compile the file.
-
aaaaa
-
Not every script has to be _clientids.gsc. Lol. That is just a GSC file ingame already that has nothing in it, making it the best for GSC. You can replace and run multiple custom GSC files like _development_dvars, _ambient_package (or whatever), and _clientids, etc.
-
mikey Like this?