CEL to CELX converter
Posted: 26.04.2007, 09:00
Just wondering if there is such a thing as a converter which converts CEL scripts into CELX?
C
C
Real-time 3D visualization of space
https://celestiaproject.space/forum/
https://celestiaproject.space/forum/viewtopic.php?f=2&t=10987
Code: Select all
function CEL(source)
local script = celestia:createcelscript(source)
while script:tick() do
wait(0)
end
end
CEL([[
{
# Paste here your .cel script lines
}
]])