[Support] Need help with GSC script
-
kefeblowrote on Feb 8, 2020, 6:28 AM last edited by Mr. Android Apr 2, 2020, 12:44 AM
-
Smechreplied to kefeblo on Feb 8, 2020, 8:22 AM last edited by Smech Feb 8, 2020, 10:27 AM
kefeblo you need to compile it first. Refer to this link https://forum.plutonium.pw/topic/10/loading-custom-gsc-scripts
-
kefeblo Don't recompile such a big gsc for such a small change, use _clientids.gsc
-
what do you mean??? im confused
-
_clientids.gsc is suggested to be used as it's an empty file. Where as the global logic gsc is huge and recompiling that doesn't make much sense.
-
kefeblo and mainly for new people coming across this its now as easy as compiling your code as a fresh script and placing it in folder c:/users/<your profile>/appdata/Plutonium/storage/t6/scripts/
make sure the function init() starts the file ie
init() { level waittill( "blackscreen_finished" ); your_func(); }