Collection of TMInterface AngelScript scripts.
Bug Simulator (e.g. Ramm/Blue bugs).
Use bug help
to get a list of all commands and what they do.
There are two types:
bug rotate x y z
bug speed x y z
Both will add that vector to the car’s local angular and linear speed respectively. The bugs can also be scheduled by placing a time in front of them.
5.0 bug rotate 6 2 4
This command schedules a rotation bug at 5000ms, with:
They can also go the other way by making the numbers negative: 5.0 bug rotate -6 -2 -4