Dynamic turtle creation in netlogo 2 [contd..]
问题 In the interface tab i have a slider whose value ranges between 2 & 10. Depending on the value defined by the user using this slider, that many number of turtles should be created. I tried using multiple if statements but there is a problem in the succeeding steps. if (slider-value = 2) [create2] if (slider-value = 3) [create3] if (slider-value = 4) [create4] if (slider-value = 5) [create5] After creating the turtles using the above if conditions, i have to assign additional rules to each