void main()
{
ExecuteScript("x2_def_spawn", OBJECT_SELF);

SetObjectVisualTransform(OBJECT_SELF, OBJECT_VISUAL_TRANSFORM_SCALE, 2.0f);
}