Yes, also a level is an entity that can have flags, its the level_ent:

http://manual.3dgamestudio.net/level_ent.htm

so, in lite-C try: set(level_ent,NOFILTER);

Edit: Ah, I see now that youre using A6, this might be a problem, sorry. I think level_ent was implemented in A7 only.