Posted by ulthwe on October 26, 1998 at 02:26:27:
In Reply to: Re: Its a COG question? From ULTHWE !? posted by fourwood on October 25, 1998 at 15:57:30:
: : 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);
:
Hmm, tried that. I guess it has something to do with the complex formatting used in COG. I know where to add it and what to add, I just can't get it right.
I don't suppose you could reproduce a small portion of the cog with the string added, could you (please!)
Better yet, I'll put the cog up here (or just part of it) and you just add the string. Is that OK?