#[SOLVED] Add_child ?

3 messages · Page 1 of 1 (latest)

sick moss
#

how to add child to a node different then the one I write script in.

old frost
#
var would_be_parent = get_node("Path/To/Node")
would_be_parent.add_child(new_node)
sick moss
#

[SOLVED] Add_child ?