It appears that the coding what im about to paste undearneath my message is wrong.
Could someone please take a small peek at it? Because im pulling my hair out here.
-
InstanceData* GetInstanceData_instance_halls_of_reflection(Map* map)
{
return new instance_halls_of_reflection(pMap);
}
Yes it should work, I have different codes where Instancedata works as its supposed to, but for some reason in this piece of coding it does not. I have no clue why not, could it be a false/fake error? Or does that never happen?
Perhaps people would be willing to help if you tried their suggestions. For example, Moschops asks you if you've included the header where InstanceData is defined.