Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

NODE() doesn't allow TIME as parameter for time. #206

Closed a1270 closed 10 years ago

a1270 commented 10 years ago
SET X TO NODE(TIME+60, 0, 0, 100).

returns "Supplied parameter 'TIME+60' is not a number". This happens in immediate and from file.

Nivekk commented 10 years ago

The message is correct, a time structure isn't a number. You want TIME:SECONDS

a1270 commented 10 years ago

I will have to update the docs. You had used TIME+60 in a video.