Facebook
From Omni, 7 Years ago, written in Plain Text.
This paste is a reply to asdfasdf from asfsadfsadf - view diff
Embed
Download Paste or View Raw
Hits: 385
  1. variables:
  2.         {msg::say} = 0
  3. every second:
  4.         hour is 18:
  5.                 minute is 00:
  6.                         {msg::say} is 0:
  7.                                 execute command "boss spawn"
  8.                         wait 1 tick
  9.                         add 1 to {msg::say}            
  10.                 minute is 02:
  11.                         set {msg::say} to 0
  12.         hour is 12:
  13.                 minute is 00:
  14.                         {msg::say} is 0:
  15.                                 execute command "nagroda"
  16.                         wait 1 tick
  17.                         add 1 to {msg::say}
  18.                 minute is 02:
  19.                         set {msg::say} to 0
  20.  
  21.