Showing posts with label ski. Show all posts
Showing posts with label ski. Show all posts

Thursday, February 8, 2007

ski resort

if(skiResort.snowLength >= 12)
{
    self.ignore(job);
    self.pack(skiEquipment);
    self.travel(skiResort);
    self.ski();
}