forward message(); public OnGameModeInit(){ print("Starting timer..."); SetTimer("message",1000,false); // Set a timer of 1000 miliseconds (1 second)} public message(){ print("1 second has passed.");