28.7.11

//Plantilla 001

include <waves.wdl>;
//autoexec.bat
//config.sys
user
var circuit1=0;


action Dome
{
cursor = me;
    my.passable = on;
    while (player == null) {wait (1);}
    while (1)
    {
    //my.roll=-player.pan;
    my.pan =0;
   
    my.beam=on;
    my.transparent=on;
    my.flare=on;
    my.ambient=100;
    my.bright=on;
        vec_set (my.pos, player.pos);
        wait (1);
    }
}


C:\INET\WWW
USER 4RKJ