That is because it doesn't follow the syntax. Take a look at some of the tutorials in the tutorial section. This code would be written
Code:@inputs St @outputs Hd if (St == 1) {Hd = 99} elseif (St == 2) {Hd = 90} elseif (St == 3) {Hd = 80} elseif (St == 4) {Hd = 71} elseif (St == 5) {Hd = 61} elseif (St == 6) {Hd = 52} elseif (St == 7) {Hd = 42} elseif (St == 8) {Hd = 33} elseif (St == 9) {Hd = 23}


LinkBack URL
About LinkBacks




Reply With Quote






Bookmarks