Blaster Posted September 21, 2002 Share Posted September 21, 2002 Here is a part of my script: camera ( /*@CAMERA_COMMANDS*/ ENABLE ); camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam5", ORIGIN)$, 0 ); camera ( /*@CAMERA_COMMANDS*/ PAN, < 0.000 90.000 0.000 >, $tag( "cam5", ANGLES)$, 0 ); wait ( 3000.000 ); print ( "Hello!" ); wait ( 5000.000 ); print ( "World!"); wait ( 5000.000 ); I want these words to appear on the screen in the cutscene. However they don't. Have I done something wrong in the script file? Oh and I do have subtitles enabled in the options menu ingame. Link to comment Share on other sites More sharing options...
Kengo Posted September 21, 2002 Share Posted September 21, 2002 http://www.lucasforums.com/showthread.php?s=&threadid=79123 I wish I knew of a way, it seems weird to think that something like printing text during cutscenes isn't possible....doesn't make much sense. I tried the exact same kinda thing as you and had no luck, also tried to use a target print in BehavEd, also didn't work Love to hear if you find a way around the problem Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.