Table of Contents

Cylinders

Scripts

Two scripts are used, one in each cylinder.

One

///////////////////////////////////////////////////////////////////////////
//  Copyright (C) Wizardry and Steamworks 2022 - License: GNU GPLv3      //
///////////////////////////////////////////////////////////////////////////
 
default {
    state_entry() {
        llTargetOmega(< 0, 0, PI/60>, 2.0, 1.0);
    }
}

Two

///////////////////////////////////////////////////////////////////////////
//  Copyright (C) Wizardry and Steamworks 2022 - License: GNU GPLv3      //
///////////////////////////////////////////////////////////////////////////
 
default {
    state_entry() {
        llTargetOmega(< 0, 0, PI/60>, 60.0 * 2.0, 1.0);
    }
}