I'm trying to identify the type of model that was created for a specific object ID number, however
GetObjectName( objectID ) does not return an actual string with a name. It is blank. Doesn't return a zero, just a blank.
I'm using Print(GetObjectName( knownIDnumberhere ) , but nothing shows up.
What am I missing?
I'm creating the objects using: objectname = LoadObject ("object.obj")
This assigns an object ID of something like 100001 , which I know through raycast check with object_hit = ObjectRayCast(0, x y z start and x y z end positions in 3d etc. ) .