Nodes.

Monkey Forums/Monkey Programming/Nodes.

Paul - Taiphoz(Posted 2012) [#1]
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. ?




muddy_shoes(Posted 2012) [#2]
You haven't constructed the list.

Field node:List<cNode> = New List<cNode>	



Paul - Taiphoz(Posted 2012) [#3]
NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOBBBBBBBBBBBBBBB!!


lol thanks m8.