Re: Cloaking


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by Pele on July 05, 1998 at 15:05:57:

In Reply to: Cloaking posted by Logan Saj on July 04, 1998 at 21:43:34:

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]