by ace » Wed Jul 27, 2005 10:10 am
1: ClearLineSpecial WITH LineID, as opposed to
Code: Select all
SetLineSpecial(LineID, 0, 0, 0, 0, 0, 0);
2: ThrustThing WITH ThingID.
i.e., ClearlineSpecial(LineID); and ThrustThing(tid, angle, force);. Otherwise I can't specify which one I want to be cleared/thrusted.

1: ClearLineSpecial WITH LineID, as opposed to
[code]SetLineSpecial(LineID, 0, 0, 0, 0, 0, 0);[/code]
2: ThrustThing WITH ThingID.
i.e., ClearlineSpecial(LineID); and ThrustThing(tid, angle, force);. Otherwise I can't specify which one I want to be cleared/thrusted. :?