Print isnt working my own functions

 

hello, i am having an issues with printing or commenting from my own functions, i have probably just done something extremely stupid but i can figure out whats wrong.

test();

void test(){
   Print("test");
   Comment("test");

 the "test();" is being run in the init function, on other EAs it will execute and print statements inside init will execute, but for some reason my own functions wont print or comment.

any reasons why this could happen? 

 
wait its fine, i fixed it