Code: Show/Hide // put bot in ship tell(makeShip(1)); tell(makeFollowing(false)); tell(makeFlying(true)); // change ship angle me->d = 20; // 0-40 // have bot send position packets (spawn.cpp) case EVENT_PositionHook: { tell(makeSendPosition(true)); } |