Comment 9 for bug 1780951

Revision history for this message
Phil Shepherd (psjshep) wrote :

Genius...

I was using

   ConstellationMgr.deselectConstellations;

whereas it should have been

    ConstellationMgr.deselectConstellations();

The scripting is now working - thank you, Alexander

Phil