Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%*
- const rowLength = 60
- const note = await tp.system.prompt("Note")
- const link = await tp.system.prompt("Link")
- let numberDots = rowLength - note.length - link.length
- tR += `${note}`
- var i = 0
- do {
- tR += `.`
- i++
- } while (i<numberDots)
- tR += `${link}`
- %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement