
(Idea is good, but average mappacks that will use it...)
Corrected the post a bit, and I do this before using GVarsBlue Shadow wrote: ↑Sun Sep 17, 2023 8:23 pm You need to get an instance of GEN_GlobalVars, first, before you can access it, using the class's Get() method:Code: Select all
GVars = GEN_GlobalVars.Get(); if (GVars != null) { StageName = GVars.TagLinker_Groups[TempVal1].iStageName; }