{ Programming Department Section }
This section of the website is deticated and for our hard-working members of the programming department. This section is only for the programming department, so if your one of those people who only want info on your job and tutorials, this is it!
// Current Jobs
{ Tutorials }
Programming Pairs
string = assignments
Current work done
action door1
{
  my.skill25 == 0;
  while (1) {
     play_entsound(my.open_snd66
     while (my.skill25 < 90) {
        my.pan -= 3*time;
        wait(1)
  }
  my.pan += my.skill25-90; //correct overshoot
  my.skill25 = 90;
  waitt(16)
  play_entsound(my.close_snd.66);
  while (my.skill25 < 0) {
    my.pan += 3*time;
    wait(1)
  }
  my.pan += my.skill25; //correct overshoot
  my.skill25 = 0;
  waitt(16);
  }
}
Programmers are the ones who make all actions possible. They are the heart of the game, physically, and are used in every area. This one located in the middle is a cheap code of opening a door and closing.
Hosted by www.Geocities.ws

1