An evelator. I made one before with this guy but he did the expression.
22:54 - Red_Snappa: i don't have dropbox 22:54 - [XURAS] thingshappen: oeghnoaegbaouga
I want a tutorial for a CERTAIN self driving bot, I want a tutorial for the self driving bot in the first botmap video, otherwise you can send me an adv dupe of it, and I tried using things tutorial, and my bot goes towards the wall NO matter what.. If you have an Adv dupe that would be great.
Quote from: Tristan on 14 July, 2008, 04:49:38 amI want a tutorial for a CERTAIN self driving bot, I want a tutorial for the self driving bot in the first botmap video, otherwise you can send me an adv dupe of it, and I tried using things tutorial, and my bot goes towards the wall NO matter what.. If you have an Adv dupe that would be great. Make the thrusters go to the opposite add chip to what they are now.Or reverse the thrusters.
Label: ElevatorExpressionInputs: Up Down GoOutputs: Floor LengthL1: Up == 1 & Floor < 5 -> Floor += 1;L2: Down == 1 & Floor > 1 -> Floor -= 1;L3: Go == 1 -> Length = (500 - ((Floor - 1) * 100));