Loading...
  OR  Zero-K Name:    Password:   

Post edit history

learning to code

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
2/22/2024 10:15:22 AMAUrankSmokeDragon before revert after revert
Before After
1 thank you for helping me i will never forget your kindness 1 thank you for helping me i will never forget your kindness
2 \n 2 \n
3 it matters far less if the code works then if people care 3 it matters far less if the code works then if people care
4 \n 4 \n
5 yes the ai also said that about the number/string 5 yes the ai also said that about the number/string when i asked about shamans code. .
6 \n 6 \n
7 "Additionally, you’re converting the value to a string using tostring and then back to a number using tonumber. This conversion is unnecessary if the original value is already numeric" 7 "Additionally, you’re converting the value to a string using tostring and then back to a number using tonumber. This conversion is unnecessary if the original value is already numeric"
8 \n 8 \n
9 however the key value is a number like shown: 9 however the key value is a number and not a string like shown bellow:
10 \n 10 \n
11 [q]{{{ 11 [q]{{{
12 \n 12 \n
13 return { 13 return {
14 energypylon = { 14 energypylon = {
15 customParams = { 15 customParams = {
16 pylonrange = 500, 16 pylonrange = 500,
17 }, 17 },
18 } 18 }
19 } 19 }
20 \n 20 \n
21 }}}[/q] 21 }}}[/q]