79423339

Date: 2025-02-08 14:33:16
Score: 1.5
Natty:
Report link

So you led me down to thje right answer -> the difference is that I wanted to get the variables not from the main scene, but they were instanciated in the main scene

***code here
#In the third script unrelated to the others:

if area.is_in_group("person"):

var Person_ID = area.get_parent().get_instance_id()

var Person = instance_from_id(Person_ID)

var name = Person.Name # I needed the 'instance id' to make it work***

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dandy Wallaby