CodeBug

1,649
reputation
1
8
23
 if(Project == 'finished' || Project == null) {
    Work.Stop();
    HaveABeer()
 }
 else{
    Work.Continue();
  }