Guest User

Untitled

a guest
Sep 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. buy()
  2. {
  3. if(self.Buy1 == 1)
  4. {
  5. if(self usebuttonpresed())
  6. {
  7. self iprintln("");
  8. }
  9. }
  10. }
  11.  
  12. buy2()
  13. {
  14. if(self.Buy2 == 1)
  15. {
  16. if(self usebuttonpresed())
  17. {
  18. self iprintlnbold("");
  19. }
  20. }
  21. }
  22.  
  23. Page1()
  24. {
  25. self.txt = Buy1;
  26. self.txt settext("");
  27. }
  28.  
  29. Page2()
  30. {
  31. self.txt2 = Buy2
  32. self.txt2 settext("");
  33. }
Add Comment
Please, Sign In to add comment