For some reason i have a certain object which is completely ignoring my polite requests to be visible.
if(VisitedMausoleum == true){
Display("woo");
oPapers.Visible = true;
}
I've debugged it to some degree (notice the 'woo') so i definately know the line is executing but the object just refuses to be visible.
Any ideas? Have i done something stupid?
Is it behind a walk-behind area? Might you have some other code turning it back off again?
Yeah, Walkbehind area.. thanks