late — 7/13/2022, 4:39:40 AM

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
♥ 0 ↩ 0 💬 6 comments

comments

bluuxolotl:

write hi

7/13/2022, 5:29:30 PM
late:
hi
7/13/2022, 5:35:04 PM
pkmnq:

def x = y

def ${x} = 1

write ${y} ${${x}}

7/13/2022, 5:24:28 PM
late:
${y} ${y}
7/13/2022, 5:26:30 PM
pkmnq:

cool now where’s the arr command

7/13/2022, 9:27:30 AM
late:
error! line 1, "cool" is not a command!
7/13/2022, 4:06:57 PM