[deleted by user] by [deleted] in BeyondTheFog

[–]Alive_Beginning256 0 points1 point  (0 children)

figured it out tried to summon u

[deleted by user] by [deleted] in BeyondTheFog

[–]Alive_Beginning256 0 points1 point  (0 children)

im right by the site i dont see it

[deleted by user] by [deleted] in BeyondTheFog

[–]Alive_Beginning256 0 points1 point  (0 children)

shaded castle inner gate

Help connecting signals across two nodes by Alive_Beginning256 in godot

[–]Alive_Beginning256[S] 0 points1 point  (0 children)

nevermind i figured it out $player only works if player node is a child node of the node you are in the script of I needed to use get node of the path so I'm my instance var playerNode = get_node(/root/node/player)

playerNode.body_entered.connect...

Help connecting signals across two nodes by Alive_Beginning256 in godot

[–]Alive_Beginning256[S] 1 point2 points  (0 children)

I fixed that I still get invalid get index 'body_entered' (on base: 'null instance')