Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Script Problem : Input string was not in the correct format

$
0
0
Hello all !

First, I'm sorry for my english, i'm not really good with Shakespeare language, but i try to do my best.
I Have a Script problem in my code, and i don't understand how i can resolve it. I post my code for u can help me maybe :s

Code:
public void Main() {
    string rXAngle = "";
    string rYAngle = "";
    string pCurrentPower = "";

    IMyMotorStator rotorX = GridTerminalSystem.GetBlockWithName("RotorX") as IMyMotorStator;
    IMyMotorStator rotorY =...
Script Problem : Input string was not in the correct format

Viewing all articles
Browse latest Browse all 903

Trending Articles