Search found 3 matches

by vahab
April 1st, 2020, 11:49 am
Forum: Expression Discussion
Topic: automatic number counter
Replies: 1
Views: 18460

Re: automatic number counter

Try this:

timeLimit = 5;
Math.floor(linear(time,0,5,0,value));

by vahab
April 1st, 2020, 10:03 am
Forum: Scripts Discussion
Topic: Undo List
Replies: 0
Views: 10159

Undo List

Hi

Is there a way to access the undo list under history menu and put them in an array?