0:
  goto 1
1:
  v1 <- EntityData[0]
  v2 <- BeatToTime(v1)
  EntityData[2] <- v2
  goto 2
2:
  goto 3
3:
  goto exit
