Egg number variable goes into minus figures
Turtles-own and patches-own variables continue to dive into minus numbers despite the codes attempted below.
Attempt 1: This code placed immediately after defining Patches-own and Turtles-own variables.
to rescale-egg-number
let _newmin 0
let _newmax 1000
let _newrange (_newmax - _newmin)
ask turtles [
]
end
Attempt 2: This code incorporated into the "To go" command
if egg-number <= -1
[set egg-number 0