Advertisement
shawnreed343

yearly

Jun 26th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. *label birthdaychart
  2. *rand eventwhen 1 4
  3. *rand eventwhich 1 2
  4. *if age = 6
  5. *gosub_scene yearly birthday6
  6. *if age = 7
  7. *gosub_scene yearly birthday7
  8. *if age = 8
  9. *gosub_scene yearly birthday8
  10. *if age = 9
  11. *gosub_scene yearly birthday9
  12. *if age = 10
  13. *gosub_scene yearly birthday10
  14. *if age = 11
  15. *gosub_scene yearly birthday11
  16. *if age = 12
  17. *gosub_scene yearly birthday12
  18. *if age = 13
  19. *gosub_scene yearly birthday13
  20. *if age = 14
  21. *gosub_scene yearly birthday14
  22. *if age = 15
  23. *gosub_scene yearly birthday15
  24. *if age = 16
  25. *gosub_scene yearly birthday16
  26. *if age = 17
  27. *gosub_scene yearly birthday17
  28. *if age = 18
  29. *gosub_scene yearly birthday18
  30. *if age = 19
  31. *gosub_scene yearly birthday19
  32. *if age = 20
  33. *gosub_scene yearly birthday20
  34. *return
  35.  
  36. *label birthday6
  37. *return
  38.  
  39. *label birthday7
  40. *return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement