create
The create command is activated when an object is created.



"if(create)"


No arguments.



And example of the create command used in a script is as follows...




The following script initalizes a timer on creation.


if(create)
{
then(initvar,timer)
}