help with exponential growth

id: 749762

category: Help with Scripts

posts: 4

so i'm making this project about being a streamer but when i turn on the viewer mechanic, the viewer count increases at a very high rate. does anyone know how to fix it?
Please share the project and the link or we can't fix your problem.
i havent published it, it's a wip but heres the code im using.
when I receive [hazbin hotel sucks ngl v]
repeat until <[time] = [0]>
wait (pick random (1) to (10)) secs
if <[100] > [viewers]> then
if <[viewers] < [5]> then
change [viewers v] by (1)


else
wait (pick random (1) to (10)) secs
end


else
change [(pick random (viewers) to ((viewers) * (1.001))) v] by (0)
end
end

NamePending_ wrote:

Please share the project and the link or we can't fix your problem.