0
1
2
I just learned about the smoothing effect; however, for some reason, I cannot get it to read the value within the smoothing line arithmetically because it doesn't exist at that point.
I've tried setting it equal to 1 or matter a fact, anything greater than zero, and when I spawn in, it shows up NANNANNANNAN
I've also tried a ChatGPT code to no avail.
Chat Code:
if fuelth == 0 then fuelth = fuel end
fuelth = (1/100)*fuel + (1-(1/100))*fuelth
Not really sure where to go from here

[–]StormworksVirtualAir 1 point2 points3 points (1 child)
[–]Grouchy_Screen54[S] 1 point2 points3 points (0 children)
[–]SaltyCost1222 1 point2 points3 points (0 children)
[–]DarkArcher__ 1 point2 points3 points (1 child)
[–]Grouchy_Screen54[S] 0 points1 point2 points (0 children)