Is it possible to change this script so that it writes to output instead of the world?
AddTimer ("any_timer", 0, 20, 0, "crazy message to output here", timer_flag.Enabled + timer_flag.OneShot + timer_flag.Replace, "")
Thanks in advance!
AddTimer ("any_timer", 0, 20, 0, "crazy message to output here", timer_flag.Enabled + timer_flag.OneShot + timer_flag.Replace, "")
Thanks in advance!