Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # $logo(,<word>)
- # $c1(text) $c2(text) $c3(text)
- ###############################
- logo {
- .return $+($c2($1,++),$c2($1,$chr(40)),$c1($1,$2-),$c2($1,$chr(41) $+ :))
- }
- c1 {
- if ($2 != $null) { .return $+($chr(3),8,$2-,$chr(3)) }
- if ($2 == $null) { .return $+($chr(3),8,$1-,$chr(3)) }
- }
- c2 {
- if ($2 != $null) { .return $+($chr(3),14,$2-,$chr(3)) }
- if ($2 == $null) { .return $+($chr(3),14,$1-,$chr(3)) }
- }
- c3 {
- if ($2 != $null) { .return $+($chr(3),12,$2-,$chr(3)) }
- if ($2 == $null) { .return $+($chr(3),12,$1-,$chr(3)) }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement