Advertisement
Daedroth

Untitled

Aug 3rd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Begin Week_sct ; опять же, кладем на сундук
  2.  
  3. short StartDay
  4. short Weeks
  5. short Once
  6.  
  7. if ( Weeks )
  8. additem Misc_1 1
  9. additem Misc_2 1
  10. set Weeks to Weeks - 1
  11. return
  12. endif
  13.  
  14. if ( GEPCCEll CELLID )
  15. if ( StartDay == 0 )
  16. set StartDay to DaysPassed
  17. elseif ( Once == 0 )
  18. set Weeks to ( ( DaysPassed - StartDay ) / 7 )
  19. set Once to 1
  20. set StartDay to 0
  21. endif
  22. else
  23. if ( Once == 1 )
  24. set Once to 0
  25. endif
  26. endif
  27.  
  28. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement