Advertisement
basictomonokai

2K、3K、4K衰弱・メインプログラム t-gmmctm1.bas

Oct 3rd, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. include t-gmmctsub1.bas
  2. include t-gmmctsub2.bas
  3.  
  4. console.title "2K・3K・4K衰弱"
  5.  
  6. socket.myip ip$
  7. if ip$="" then
  8. popup "wi-fi未接続 終了します",0,0,1
  9. exit
  10. else
  11. popup "wi-fi接続済",0,0,1
  12. pause 4000
  13. endif
  14.  
  15. gmn1$="gmindex.html"
  16. ansgm1$=gmbox1$(gmn1$)
  17.  
  18. print "2K衰弱の回数:",ansgm1$
  19.  
  20. tpn1$="tpindex1.html"
  21. anstp1$=tpbox1$(tpn1$,"","","")
  22.  
  23.  
  24. gmn2$="gmindex2.html"
  25. ansgm2$=gmbox1$(gmn2$)
  26.  
  27. print "3K衰弱の回数:",ansgm2$
  28.  
  29. tpn2$="tpindex2.html"
  30. anstp2$=tpbox1$(tpn2$,"","","")
  31.  
  32.  
  33. gmn3$="gmindex3.html"
  34. ansgm3$=gmbox1$(gmn3$)
  35.  
  36. print "4K衰弱の回数:",ansgm3$
  37.  
  38. tpn3$="tpindex3.html"
  39. anstp3$=tpbox1$(tpn3$,ansgm1$,ansgm2$,ansgm3$)
  40.  
  41. console.title "2K・3K・4K衰弱"
  42.  
  43. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement