playbackOptions -edit -minTime `currentTime -q`;
playbackOptions -e -maxTime 500;
playbackOptions -q -maxTime;
playbackOptions -maxTime 500;
playbackOptions -edit -maxTime `currentTime -q`;
int $currentFrame = `currentTime -q`;
int $currentFrame = `currentTime -q` + 100;
playbackOptions -edit -maxTime $currentFrame;
playbackOptions -edit -maxTime (`currentTime -q` + 100);
playbackOptions -edit -maxTime (`maxTime -q` + 100); playbackOptions -edit -minTime (`minTime -q` + 100);
playbackOptions -edit -minTime `currentTime -q`;
playbackOptions -edit -maxTime (`maxTime -q` + 100);
playbackOptions -edit -maxTime (`playbackOptions -q -maxTime` + 100);
storeRoom -q -numberOfBoxes;
numberOfBoxes -q;
playbackOptions -edit -maxTime (`playbackOptions -q -maxTime` + 100); playbackOptions -edit -minTime (`playbackOptions -q -minTime` + 100);
currentTime 100;
currentTime -e 100;
currentTime (`currentTime -q` + 100);
currentTime -edit (`currentTime -q` + 100);