NetLogo 7.0.0-beta2:

ls:assign

ls:assign model-or-list-of-models global-variable value

Sets the given global variable in child model to given value. For instance

sets the global variable glob1 in all models to the parent’s model count turtles.

Take me to the full LevelSpace Extension Dictionary