ID:268481
 
I just noticed that invisibility turned on removes you from turf contents as none of my code I put in Enter() for turf works now that I'm invisible...

Any way around this?

I'll go back and check it out, just wanted to post early before I get more details so that I can get some replies if this is a common problem... If I figure out why I will just delete this post.
Jon Snow wrote:
I just noticed that invisibility turned on removes you from turf contents as none of my code I put in Enter() for turf works now that I'm invisible...

Any way around this?

Invisibility is strictly visual and has zip diddly to do with movement procs. If Enter() stopped working for you, you screwed something else up.

Lummox JR
In response to Lummox JR
yup just figured that out... I guess I was using view() for some things that is why it wasn't working normally... since it was invisible, it is no longer in view. Duh. :) Thanks lummox!