Since the currentTime command is especially specific it doesn't have many flags and since there is only one timeline the create and edit modes do the same thing. Code: currentTime 100; and Code: currentTime -e 100; Mean the same thing. So like my previous post: Code: currentTime (`currentTime -q` + 100); or Code: currentTime -edit (`currentTime -q` + 100); Same thing.