Posted by Logan Saj on July 05, 1998 at 18:20:32:
In Reply to: Re: Cloaking posted by Pele on July 05, 1998 at 15:05:57:
Where should I put this code?
: Here ya go:
: make sure player is referenced:
:
: SetActorFlags(player, 0x80);
: SetThingCurGeoMode(player, 0);
: jkSetFlags(player, 0x20);
:
: The actor flags tell the game that you are invisible (on the map, to AI, etc) and the geomode makes you invisible. I have no clue what the other flags do, but they are vital :-)
: --Pele