Jump to content

Home

Print Command in BehavEd


Blaster

Recommended Posts

Posted

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.

Archived

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

×
×
  • Create New...