void QTV::clbkSetClassCaps (FILEHANDLE cfg)
{
stage=0;
SetfirstStage ();
char attach_id[8]={"SH"};
launch_pad_attachement=CreateAttachment (true,_V(0, 0, -8.771),_V(0,-1,0),_V(0,0,1),attach_id);
}
Ok Orb :thumbup: but I have to initiate the first stage some where ?
So I need to put the...