Unable to find instance crash #180
Answered
by
TrianglyRU
RunninPigeon
asked this question in
Q&A
-
|
sooo im trying to recreate the s1 debug coord overlay, and i keep getting this error whenever i get to a new zone via signpost exit, is there a way i can fix this somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
TrianglyRU
Aug 10, 2025
Replies: 1 comment
-
|
Directly referencing an object returns the object, not its instance. Do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TrianglyRU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Directly referencing an object returns the object, not its instance. Do
player_getfirst, then use the reference it returned if it is not noone. I'm not gonna teach you the difference about an object and its instance