void start

C#
 void Start()
 {
 //Whatever you want to happen on start
 }
Source

Also in C#: