Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sResponse = ['什麼事都沒有發生', '槍沒有上膛', '曹爽DER,閃過一槍', '只差一點點', '中彈了'];
- sEmoji = ['BegWan', 'GivePLZ', 'InuyoFace', 'DinoDance', 'PopNemo', 'BangbooBounce', 'GlitchCat'];
- sBang = ['SpiritEel', 'FallCry', 'StinkyGlitch'];
- i = Math.floor(Math.random()*sResponse.length);
- `${sResponse[i]} ${sUser} ${i != sResponse.length-1 ? smoji[Math.floor(Math.random()*sEmoji.length)] : sBang[Math.floor(Math.random()*sBang.length)]}`
Advertisement
Add Comment
Please, Sign In to add comment