Jump to content

Home

Force Talk Script


Keiko

Recommended Posts

Alright, I have a question, does any one know the script, or whatever, that makes that cloud stuff go around Kreia, when she is talking to you through the force? Thanks!:D

 

Probley wont respond til 4, because im at school.

Link to comment
Share on other sites

Originally posted by DarthSmallz

Alright, I have a question, does any one know the script, or whatever, that makes that cloud stuff go around Kreia, when she is talking to you through the force? Thanks!:D

 

Probley wont respond til 4, because im at school.

 

If you want to do it via scripting you use the EnableVideoEffect() function to enable it, like:

 

EnableVideoEffect( VIDEO_EFFECT_CLAIRVOYANCE );

 

However, if you want to use it in a dialog you won't need a script to do it. There's a field for each dialog entry called CamVidEffect. If you are using the DLG Editor, set this to VIDEO_EFFECT_CLAIRVOYANCE for all entries you want to use the effect on. (If you use the GFF Editor, set the CamVidEffect field to 3 to do the same thing.)

Link to comment
Share on other sites

Originally posted by stoffe -mkb-

If you are using the DLG Editor, set this to VIDEO_EFFECT_CLAIRVOYANCE for all entries you want to use the effect on.

Oh good, then that works huh? I never bothered to test any of these things... :D

 

PM me if you find anything that isn't working as expected

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...