Jump to content

Home

help!!! Crawl Text


ddx

Recommended Posts

i edit the Crawl Test and i write the Icarus script

 

rem ( "THE STAR WARS TEXT CRAWL" );

set ( /*@SET_TYPES*/ "SET_VIDEO_PLAY", "jk0101_sw" );

camera ( /*@CAMERA_COMMANDS*/ ENABLE );

camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam_start", ORIGIN)$, 0 );

camera ( /*@CAMERA_COMMANDS*/ PAN, $tag( "cam_start", ANGLES)$, < 0.000 0.000 0.000 >, 0 );

camera ( /*@CAMERA_COMMANDS*/ DISABLE );

 

my question is,

 

first: the crawl text is scolling

second: you play the map

 

how i tell, that the crawl text starts at first ????

sorry for the english

Link to comment
Share on other sites

Do you lauch your craw text with a target_scriptrunner? Put one into your map and connect the info_playerstart to it. Then in the scriptrunner use the usescript command and put for the value the script your wrote (along with the right path). That will lauch the crawl text the very first thing when you start your map.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...