#i made a script that doesnt work

24 messages · Page 1 of 1 (latest)

fringe hedgeBOT
#

studio** You are now Level 1! **studio

dreamy current
#

This looks so ai generated

fringe hedgeBOT
#

studio** You are now Level 30! **studio

dreamy current
#

100% ChatGpt

dreamy current
#

Might wanna look into the logic of the ‘time since last increment’ variable logic. It doesnt seem to add up.

#

Try not to make it such a specific position since programs often get maths wrong:

print(1 + 2)
print(3)
cobalt hemlockBOT
#
Program Output
3
3
dreamy current
#

Okay thats not right

quasi field
#
print(string.format("%0.30f", 1 + 2))
quasi field
cobalt hemlockBOT
#
Program Output
3.000000000000000000000000000000

quasi field
#

oh okay

dreamy current
#

Usually its unprecise

#
print(0.1 + 0.2)
dreamy current
cobalt hemlockBOT
#
Program Output
0.30000000000000004
dreamy current
#

Exactly

tranquil sundial
#

not 1 + 2