>Extremely basic commands
I just noticed that this guy doesn't have the game.
Read more than just the manual, please.
There have been many quality games made, like GIVERS, Jintri, Plane 2 Solid, Starlight, Spooky Maze, Amiboo, Cave Island, 3D PARKOUR PRO, Bub, Lunar Saviors, and much more.
Have you even downloaded a program?
Excuse me? It has many advantages.
Speed, first of all. Then there are the larger spritesheets, the online key system, the 3D effect, better arrays, and not having a dead community.
so...?
be warned that it is hard to learn how to create useful and/or fun programs.
however, there are many fun programs that others have made that you can download with a special key.
Be warned that there is no
FNAF
Undertale
Minecraft
etc.
SO DON'T ASK FOR PEOPLE TO MAKE THEM
RND() is the random function.
RANDOMIZE is the random seed comand. (you won't need this, really)
The way you are doing it will have the x and y of the text the same. Try
X=RND(whatever the width of the console is minus the length of your text)
Y=RND(whatever the height of the console is)
LOCATE X,Y
PRINT "text"