Advertisement
Guest User

edited

a guest
Jan 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Home:
  2. Gui, Home:Add, Text, x25 y30 w270 h15 vPrize,
  3. Gui, Home:Add, Button, x115 y55 w43 h23, Button
  4. Gui, Home:Show, w335 h81, Poke Islands - Prize Picker
  5. return
  6.  
  7. HomeGuiClose:
  8. ExitApp
  9. ; This Gui is generated by X-GUI Creator
  10.  
  11.  
  12. Start:
  13. Loop, 10
  14. {
  15. Random, num, 1, 7
  16. FileReadLine, line, %A_WorkingDir%/prizes.txt, %num%
  17. guicontrol,,Home:Prize,%line%
  18. }
  19. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement