Main Page
News
History
Limitations
Graphics
Music
Levels
Gameplay
Now Browsing
Links
Download

SetFlags

        SETFLAGS                Flags

Sometimes during the lifetime of a baddie, you need to change some of the system flags. For example, what if you needed to make him invincable for a second while he moved around? To do that you would need to set the NOSHOOT flag, then clear it again once he becomes vulnerable. With ToggleFlags and ClearFlags, this command allows you to alter the objects flags while the path is running.

See also:
ClearFlags
ToggleFlags
Fire
KillClip
NoCollision
NoShoot

Main Table