Forum: How do I...?
08-03-2020, 01:29 PM
|
Replies: 1
Views: 17,128
Using a Boolean variable to control action
Create a boolean world variable, set it to false, and name it something like isActive.
You probably have a while loop controlling the drive around the track. That loop should be
while...
|