you may notice i havent been posting much as of late
truth is, i have nothing interesting to say about whats happening with me, and of course: life
still alive, just, i kinda really dont care much, after all, i am doing my own thing(s)
that being said, hows y’all day been so far?
some guy added robotop to his server
not wacky? ok lemme tell ya this
HE SET THE DEFAULT PREFIX TO A SLASH (/)
isnt that gonna conflict with the actual slash commands?!
@rgantzos is a good man
i like him (scratch addons is still better imo, but scratchtools has improved [still trying to make a feature])
just tellin’ my brother to shut up, yet he goes crackhead mode and starts getting mad at me. welp, he’s gonna get in trouble with dad anyways.
give some bundle reborn code so i can send the results
this is pretty how you are gonna test this, available commands are:
write [text] - write to the console (no new line)
writeln [text] - write to the console with a new line
clear - clears the console
ask [question] - prompts the user with [question]
def [variable] = [value] - defines a variable
wait [seconds] - pauses the script for [seconds] seconds
[variable] = [new value] - sets [variable] to [new value] (only works for defined vars)
random [start] [end] - sets "res" to a random number between [start] and [end]
${[variable]} - gets [variable] value (if [variable] exists)
# - literally a comment
brackets are not needed