Hello Everyone,
recently i was playing with my mining ship and .... well i dont know why, but some parts of it just dont work.
Hello, i have a problem in C#
recently i was playing with my mining ship and .... well i dont know why, but some parts of it just dont work.
Code:
void Main() {
Color ColorMining = new Color(255,100,0);
Color ColorDone = new Color(0,255,0);
float WorkingBlinkInterval = 1f; //not working
float NotWorkingBlinkInterval = 0f; //not working
IMySensorBlock S1 = (IMySensorBlock)GridTerminalSystem.GetBlockWithName("S1");
IMySensorBlock S2 = (IMySensorBlock)GridTerminalSystem.GetBlockWithName("S2");...