Code:
on *:TEXT:!add:#: {
  write -l1 number.txt $calc($read(number.txt,1) + 1)
}