Author Topic: I'm trying to get something to work  (Read 1755 times)

I'm trying to find the event that when a bot touches a certain brick, other bricks appear for lets say 2 seconds, then disappears, anybody know how this happens?

On the brick the bot will be touching:
0 onBotTouch > [Named brick] > setRendering

2000 onBotTouch > [Named brick] > setRendering [ ]

if you want raycasting and collision also, you have to do the same with those

Code: [Select]
On the brick the bot will be touching:
0 onBotTouch > [Named brick] > setRendering [x]
2000 onBotTouch > [Named brick] > setRendering [ ]

if you want raycasting and collision also, you have to do the same with those
fixed

thx, now i need to know one more thing. How do I get a vehicle to work from a bot?

How do I get a vehicle to work from a bot?
Can you elaborate?

Can you elaborate?
Lets say a bot touches a different brick, the brick would connect to the vehicle brick(s) and would allow the vehicle to move for a certain amount of time in a certain direction before respawning.
I know it sounds confusing but its the best i can do.

you'll need a bot in the vehicle and tell the bot to go to a brick

If it doesn't exist already, there should be a bot car, that can be powered to go forward, turn, backwards etc. with events. That would be neat as forget.



You can't edit posts in the help section.
yes i realized this after i posted that...