Projects‎ > ‎OxGAME:guide‎ > ‎OxGAME:library‎ > ‎

Create map features

BehaviourComposer: ignore everything before this.

Begin micro-behaviour:

Begin description:

End description

map

Begin NetLogo code:

substitute-text-area-for my-coordinates pxcor = 0 substitute-text-area-for my-colour brownsubstitute-text-area-for my-usage roadask patches with [ my-coordinates ] [  set pcolor my-colour  set use-of-patch "my-usage"  ]

End NetLogo code


BehaviourComposer: ignore everything after this.