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

Replies to asdfasdf rss

Title Name Language When
Re: asdfasdf Omni text 7 Years ago.