Log in

View Full Version : Walker,Targeting,Cabebot start



Nombl
12-30-2016, 09:50 PM
Walker,Targeting,Cabebot start i need script to put on engines all the time

defcon1
12-31-2016, 02:21 PM
Walker.Stop()
Walker.Start()

Looter.Start()
Looter.Stop()

Targeting.Start()
Targeting.Stop()

So if you want to launch all three at the time you write:
Walker.Start()
Targeting.Start()
Looter.Start()

and then if you want to stop all, same but with "stop" not "start"