Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Force Persuasion help...
Force Persuasion help...
2000-11-02, 4:33 AM #1
I'm attempting to modify the Force Persuasion cog is such a way as to make it affect all creatures in the game, not just human actors. I think I need to modify the following lines, but I'm not sure as to how I would go about doing that. Any suggestions?

// Set player invisible to AI
SetActorFlags(player, 0x80);

// Set player "invisible" to real players
if(rank == 1) jkSetPersuasionInfo(player, 14, 22);
else if(rank == 2) jkSetPersuasionInfo(player, 11, 19);
else if(rank == 3) jkSetPersuasionInfo(player, 8, 16);
else if(rank == 4) jkSetPersuasionInfo(player, 5, 13);


------------------
I just love that part of the Jedi Code that says, "There is no ignorance - only knowledge". If that's the case, then what am I doing on this Force-blasted message board??!!
I just love that part of the Jedi Code that says, "There is no ignorance - only knowledge". If that's the case, then what am I doing on this Force-blasted message board??!!
2000-11-02, 10:32 AM #2
you want to make all enemies invisible all the time? change actor flags in templates

-Jipe
2000-11-04, 1:09 PM #3
I'm sorry, Jipe, I didn't make myself very clear. What I want to do is cause the player to become invisible to all creatures. The standard cog only causes Kyle to become invisible to human actors. Droids and vornskrs can still see him. I want to modify the cog so that Kyle (and Mara) remains undetected by droids and the other creatures who seem to be unaffected by this power.

------------------
I just love that part of the Jedi Code that says, "There is no ignorance - only knowledge". If that's the case, then what am I doing on this Force-blasted message board??!!
I just love that part of the Jedi Code that says, "There is no ignorance - only knowledge". If that's the case, then what am I doing on this Force-blasted message board??!!
2000-11-04, 1:53 PM #4
Alright.. I'll try to look into it, but I'm super busy these days.. groan, why can't there be more coggers? :P

-Jipe

P.S. I'm not even *that* good =)

↑ Up to the top!