When the main void executes this:


public static void load(){
DialogueHandler.sendText1("test");
}

SendText1: (In a seperate class)

public static void sendText1(String text){