@HughJanus Thank you! I'm trying to test something now. Does this look like anything close?
I've been searching all over for ASI tutorials, and you mentioned "helper files". I get that it's C++ vs. C# which is fine, but where would one go to specifically for a plugin tutorial outside of the one LMS did?
public static void Process()
{
var Timer = Game.CallNative<int>("GET_GAME_TIMER");
var TimerA = Game.CallNative<int>("TIMERA");
var TimerB = Game.CallNative<int>("TIMERB");
// Testing to see what comes up if anything
Game.CallNative<int>("DRAW_TEXT",Timer);
}
I think this is off topic, lmk if I need to move or start another thread