Re: MoonPhase Manila (regular and HD/Squished versions)
Thanks for the patch. I have it working in Mortscript 4.3b. For some reason, the new moon phase (ph) was being calculated as 2.4, instead of 24 (or > 23 = 0). I just needed to change this line:
b = Floor( jd, 1)
to
b = Floor( jd, 0 )
Is working now...
|