Posted by fourwood on October 25, 1998 at 15:57:30:
In Reply to: Its a COG question? From ULTHWE !? posted by ulthwe on October 25, 1998 at 15:41:20:
: I know about the actor flags (specifically 0x080 - invisible to AI) but can I somehow modify the tusken disguise cog to not only change the skin but add the flag while the disguise is being used.
: Does anyone know how to do this?
In the cog where it uses the clothes, add the line:
SetActorFlags(player, 0x080);