View Single Post
  #8  
Unread 10-27-2011, 10:30 AM
SanDBoX's Avatar
SanDBoX SanDBoX is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Location: Idaho
Posts: 40
ok, I can get the node to pass correctly but it is not passing the child nodes at all from what i can tell, even when i pass the children directly, which brings up another question can you add all child nodes at once or do you have to do it one by one?

as in:

nodes = node:GetChildNode()

parentnodes:Add(nodes)
Reply With Quote