aging way to fast / compressing events through time / spring meets the winter
5
   
Award
Favorite
Favorited
Unfavorite
Download
" trade_text: { shuffle_slots: [], shuffle_types: [ 0 ], slots: [ [
(account, lite, text = ' ') => (
pool(emoticons_trade, 33, null).forEach((trade_pool) =>
text = text + pool(trade_pool, 1) + ''),
text + '\n\n' + generate_greetings()) ] ] },
//##############################################################################
(args, text1 = '', text2 = '') => ( // pratchett (3)
pool(emoticons_trade, 19, null).forEach((trade_pool) =>
text1 = text1 + pool(trade_pool, 1) + ' | '),
pool(emoticons_trade, 19, null).forEach((trade_pool) =>
text2 = text2 + pool(trade_pool, 1) + ' | '),
text1.slice(0, -2) + "\n\n"
+ "" + generate_fortune('discworld') + "\n\n"
+ text2.slice(0, -2)),
//##############################################################################
(args, question = split_words(pool(questions)), text1 = '', text2 = '') => ( // question (21)
pool(emoticons_trade, 8, null).forEach((trade_pool) =>
text1 = text1 + pool(trade_pool, 1) + ' | '),
pool(emoticons_trade, 8, null).forEach((trade_pool) =>
text2 = text2 + pool(trade_pool, 1) + ' | '),
("" + question[0] + " | " + text1 + "\n"
+ question[1] + " | " + text2).replace(/ː/g, ':')),
//##############################################################################
emoticons_trade = [...Array(10).keys()].map((i) =>
byteframe.emoticons[i+2].slice(0)),
//##############################################################################
[ (random_video = pool(Object.keys(byteframe.videos)), text = '', random_heart = Math.floor(Math.random()*byteframe.hearts.length)) => (
pool(emoticons_trade, 35, null).forEach((trade_pool) =>
text = text + pool(trade_pool, 1) + ''),
////////////////// do I need this sepeate array then? //////////////////////////////////////////
/*emoticons_trade = [...Array(10).keys()].map((i) =>
byteframe.emoticons[i+2].slice(0)),
generate_emoticons = (length, text = '', delimiter = '', emoticons_indexes = [ 2,3,4,5,6,7,8,9,10,11 ]) => (
pool(emoticons_trade, length, null).forEach((trade_pool) =>
text += pool(trade_pool, 1) + delimiter),
text),*/
generate_emoticons = (length, text = '', delimiter = '', indexes = [ 2,3,4,5,6,7,8,9,10,11 ]) => (
pool(indexes, length, null).forEach((index) =>
text += pool(byteframe.emoticons[index]) + delimiter)
text),
////////////////////////////////////////////////////////////////////////////////
"