[Common]
Description=ʱʾ
HotKeyStart=119
HotKeyStop=122
HotKeyPause=121
Enabled=0
RunOnce=1

[Script]
//ʱܿ趨ʱԶýűִָӳ
//һհ׵Notepadڣűɹ۲쵽½ű
//ʱʾ

//һʱT1ʼʱ300룬ʱִӳΪonTimer
define timer T1 300 ontimer
var i=0
main:
  SayString ʾ20ΰaУÿ300һt
  Key Press 13 1
  Call sub1
  //ͣʱ
  Timer Pause T1
  Key Press 13 1
  SayString µ20ΰaУt
  Key Press 13 1
  Call Sub1
  //öʱĶʱΪ600
  Timer Interval T1 600
  //ָʱ
  Key Press 13 1
  SayString µ20ΰУÿ600һt
  Key Press 13 1
  Timer Resume T1
  Call Sub1
  Key Press 13 2
  //ֹͣʱ
  Timer Stop T1
  SayString 20ΰУÿ600һt
  Key Press 13 1
  //ʱ
  Timer Start T1
  Call Sub1
  Key Press 13 2
  SayString ʾ
endmain

//Ϊʱӳ
sub onTimer
  Key Press 84 1
EndSub

//Ϊ20ΰaӳ
sub sub1
  set i=0
  while i<20
    Key Press 65 1
    set i=i+1
  endwhile
endsub
