Keiko Posted March 30, 2005 Share Posted March 30, 2005 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! Probley wont respond til 4, because im at school. Link to comment Share on other sites More sharing options...
stoffe Posted March 30, 2005 Share Posted March 30, 2005 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! 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 More sharing options...
tk102 Posted March 30, 2005 Share Posted March 30, 2005 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... PM me if you find anything that isn't working as expected Link to comment Share on other sites More sharing options...
Keiko Posted March 30, 2005 Author Share Posted March 30, 2005 Thanks Guys, it worked! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.