Nodes.
Monkey Forums/Monkey Programming/Nodes.| 
 | ||
| Trying this, wanting to have a list of paths, each path in the list has an ID,Name and then a list of nodes. But the code bellow is giving me an error, cannot call m_AddLast2() of null, or something to that effect, happens at runtime. am I doing something crazy with the lists. ? | 
| 
 | ||
| You haven't constructed the list. Field node:List<cNode> = New List<cNode> | 
| 
 | ||
| NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBBBBBBBBBBBBBBB!! lol thanks m8. |