Help keep BC-Central alive. Make a donation to help keep the site up and prevent downtime. Site is only $15.99/month ~eclipse74569 http://paypal.me/eclipse74569
der-ner-ner-ner-ner ..... der-ner-ner-ner-ner .....
...Probably not, but the number I get(379.6m) could be considered ?original intent,? a term that I think I will be using from now on, and ?canon? be damned.
but adding it in the background so you cant collide with it??
pProx = pSet.GetProximityManager()pSet.SetProximityManagerActive(1)pProx.RemoveObject(pObject)
App.DamageableObject_Cast(pObject).SetCollisionsOn(0)
Quote from: Maxloef on May 09, 2010, 08:22:47 AMbut adding it in the background so you cant collide with it??I think you could either use Code: [Select]pProx = pSet.GetProximityManager()pSet.SetProximityManagerActive(1)pProx.RemoveObject(pObject)orCode: [Select]App.DamageableObject_Cast(pObject).SetCollisionsOn(0)
kLocation = App.TGPoint3()kLocation.SetXYZ(X, Y, Z)pShip = loadspacehelper.CreateShip("Name1", pSet, "Name2", "kLocation")App.DamageableObject_Cast(pShip).SetCollisionsOn(0)pShip.SetStatic(1)pShip.SetTargetable(0)