Nivekk / KOS

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

(0.9.2) "set x to node(time + 10,0,0,0)" fails: 'is not a number' #267

Closed weissel closed 10 years ago

weissel commented 10 years ago

It seems that whenever a value is used that's not a straight number or something like mynode:eta, creating a node fails now. (Even when first set to an intermediate variable.)

My old code used such things, so it's a regression.

kos-node-time-problem-2

a1270 commented 10 years ago

You'll want TIME:SECONDS +30, maybe use a lock on time:seconds. I brought up the issue and it was an intentional change from what i recall.