welcome to the apioforum
forum rules: do not be a bad person. do not do bad things.
see also our INTERACTIVE LIVE CHAT EXPERIENCE: https://apionet.net
please log in to create a new thread
sorting and filtering options
maycivoxel
unfortunately i havent found a seperate 'join channel' button
discord isnt an option for me as my account was suspended last year for god knows what, and their support fucking sucks..
tbh i havent considered irc but, i can look for a good client
as for xmpp, xmpp.earth is the only one i use, and will use
maycivoxel
haiiii! (つ≧▽≦)つ
so, last year i got inspired to make my own text editor, and so i did. i called it MVTXT. the inspiration actually came from someone i know who made their own editor called [KloneWord](https://konekochino.itch.io/kloneword), which you can also check out via the link on MVTXT’s download page. there’s also a link to MVTXT’s [github repo](https://github.com/maycivoxel/mvtxt/tree/main), though it’s a bit outdated.
[click here to go to the MVTXT download page](https://ma
olive
[rotation-5.tar.gz](http://www.olive.ooo/~olive/files/rotation-5.tar.gz)
I haven't played Minecraft this new till now
I farmed the wheat and made bread, I repeatedly heard but did not see an enderman, I collected some clay and glow berries, and I built a little platform above the house to grow them from.
munvoseli
i have been idly thinking of things
conpidgin scrabble could provoke lots of arguments about what counts as a word
you could have multi-conlang scrabble, but differences in words and word lengths could give strong advantages and disadvantages to different conlangs, which i don't really see as ideal
and, with multi-conlang scrabble, conlangs would have to mostly share an alphabet/syllabary
scrabble kind of falls apart without alphabets or syllabaries
and in any case i don't like to
Jmzd8
so what the first code does:
it sets a variable named x and y (`senum x`, `senum y`)
it loads x to be used (`lovar x`)
it adds 1 to the current loaded variable (x) (`nnadd 1`)
it loads y to be used (`lovar y`)
it adds 1 to the current loaded variable (x) (`nnadd 1`)
it changes the current position of the cursor to x and y in the terminal (`vcrpos x,y`)
it prints the character # (`stpri #`)
it checks if x is greater than 10, if it is then it goes to line 11 (`if x,>10,11`)