Advertisement
Guest User

Untitled

a guest
Oct 28th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Begin argonia
  2. Short utro
  3. Short den
  4. Short vecher
  5. Short noch
  6. if ( GameHour >= 7)
  7. if ( GameHour <= 9)
  8. if (utro == 0 )
  9. positionCell x y z 90 "SeydaNeen"
  10. set utro to 1
  11. set den to 0
  12. set vecher to 0
  13. set noch to 0
  14. endif
  15. else
  16. if ( GameHour >= 9)
  17. if ( GameHour <= 20)
  18. if (den == 0 )
  19. positionCell x y z 90 "SeydaNeen"
  20. set utro to 0
  21. set den to 1
  22. set vecher to 0
  23. set noch to 0
  24. endif
  25. else
  26. if ( GameHour >= 20)
  27. if ( GameHour <= 22)
  28. if (vecher == 0 )
  29. positionCell x y z 90 "SeydaNeen"
  30. set utro to 0
  31. set den to 0
  32. set vecher to 1
  33. set noch to 0
  34. endif
  35. else
  36. if ( GameHour >= 22)
  37. if ( GameHour <= 7)
  38. if (noch == 0 )
  39. positionCell x y z 90 "SeydaNeen"
  40. set utro to 0
  41. set den to 0
  42. set vecher to 0
  43. set noch to 1
  44. endif
  45. endif
  46. endif
  47. End argonia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement