Jump to content

Home

Print Command in BehavEd


Blaster

Recommended Posts

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

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

Archived

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

×
×
  • Create New...