Guest User

Untitled

a guest
Feb 6th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. options:
  2. msg: #Tutaj wstaw swoją wiadomość
  3. On portal:
  4. if %now% is less than 12:
  5. cancel the event
  6. send "{@msg}"
  7. else if %now% is greater than 20:
  8. cancel the event
  9. send "{@msg}"
  10. else:
  11. stop
Advertisement
Add Comment
Please, Sign In to add comment