Facebook
From Omni, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 308
  1. variables:
  2.         {msg::say} = 0
  3. every second:
  4.         hour is 18:
  5.                 minute is 00:
  6.                         {msg::say} < 1:
  7.                                 add 1 to {msg::say}
  8.                                 execute command "boss spawn"
  9.                                 wait 1 tick
  10.                                 set {msg::say} to 0
  11.                                 stop
  12.         hour is 12:
  13.                 minute is 00:
  14.                         {msg::say} < 1:
  15.                                 add 1 to {msg::say}
  16.                                 execute command "nagroda"
  17.                                 wait 1 tick
  18.                                 set {msg::say} to 0
  19.                                 stop