Re: [netlogo-devel] Re: set a custom turtle variable

2020-07-06 Thread Jeremy Baker
0 at 12:00 PM To: netlogo-devel Subject: [netlogo-devel] Re: set a custom turtle variable In an extension I'm wanting to extend the patch variable so that each patch will have additional data stored with it. This is like patches-own [myvariablename], but built into the extension. Below I fo

[netlogo-devel] Re: set a custom turtle variable

2020-07-06 Thread Sven Anderson
In an extension I'm wanting to extend the patch variable so that each patch will have additional data stored with it. This is like patches-own [myvariablename], but built into the extension. Below I found this response, which makes it look fairly difficult. However, the reply is from 2012,