Code: Select all
mydate = celestia:gettime()
if (mydate) > "2454296.5"
celestia:flash(mydate)
else
celestia:flash("2454296.5")
end
... As you can see, this should print the current date to screen if the date is later than july 15th, and print the july 15th date if it is not. But it won??t print anything at all...
Thanks for any input,
- rthorvald