go.get_position(v) gives me an error:
ERROR:SCRIPT: main/starscript.script:6: Instance sprite not found
stack traceback:
[C]: in function ‘get_position’
main/starscript.script:6: in function <main/starscript.script:4>
though print(v) correctly prints the ID of the sprite. I have checked the ID of the sprites and they are all correct. The script and the sprites are both part of the same game object.