Or you could try this:

VB Code:
  1. If Inniative = 1 Then
  2. FrmBattle.ImgTop = LoadPicture(App.Path + "/forest.bmp")
  3. FrmBattle.List1.AddItem ("You won inniative, proceed with battle..")
  4. goto 10:

and then at the end of the repeat, do this:

VB Code:
  1. End If
  2. 10:
  3. FrmChooseAction.Show
  4. End Sub