First good video and quite understandable. I played around a bit with this too and normali i get stuff to do what i wont being a noob with programming (i never learnt anything about that) by try and error and logical thinking. But now i run into a problem. I wont to display 3 colors to a text. Two is not a problem with true and false. I got 3 displays that show me the three colors in the right order and switch of and on how i like it but it seems, that i can't put a color through a OR gate. It acceps only bool commands. I played around with different something to color, but somehow i can't get it to work. Is there a way to do that? And where can i find more Information about programming of the kind the mod uses?
Hi buddy, try this method :) ruclips.net/video/xu-0XjKfEMg/видео.html Select / constant / equal / multiply / number to bool The idea of my method is to multiply the bool (when true = 1, otherwise 0) by the number we want to obtain (1/2/3/...400) which corresponds to the color in select (0/1/2/3/....400) and we add all the bools together (which each time gives 0+0+0+our number+0+0= our number=our desired color)
@@christwo03 Thank you thats what i was looking for. I will need to look at it several times, 'cause its in french, but i hope that it will be like with a lot of other things, if i understand that, a lot more will come as well while starting to learn how to think.
@@allessiabahzelson167 Yeah sorry for the French, usually I do in approximate English :p so much the better if you were able to understand the basic logic of my solution :)
nice tutorial, thanks!
i got the blue print your next level thank you and was supper easy with your vid
Thanks man, glad to help =)
@@christwo03 asking 4 a friend😊 will u b making more🤭
This is good stuff. Thank you
Thanks :)
For time you can also use "number to time" and its much better look :)
First good video and quite understandable. I played around a bit with this too and normali i get stuff to do what i wont being a noob with programming (i never learnt anything about that) by try and error and logical thinking. But now i run into a problem. I wont to display 3 colors to a text. Two is not a problem with true and false. I got 3 displays that show me the three colors in the right order and switch of and on how i like it but it seems, that i can't put a color through a OR gate. It acceps only bool commands. I played around with different something to color, but somehow i can't get it to work. Is there a way to do that? And where can i find more Information about programming of the kind the mod uses?
Hi buddy, try this method :)
ruclips.net/video/xu-0XjKfEMg/видео.html
Select / constant / equal / multiply / number to bool
The idea of my method is to multiply the bool (when true = 1, otherwise 0) by the number we want to obtain (1/2/3/...400) which corresponds to the color in select (0/1/2/3/....400) and we add all the bools together (which each time gives 0+0+0+our number+0+0= our number=our desired color)
@@christwo03 Thank you thats what i was looking for. I will need to look at it several times, 'cause its in french, but i hope that it will be like with a lot of other things, if i understand that, a lot more will come as well while starting to learn how to think.
@@allessiabahzelson167 Yeah sorry for the French, usually I do in approximate English :p so much the better if you were able to understand the basic logic of my solution :)