ddx Posted September 24, 2002 Share Posted September 24, 2002 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 More sharing options...
idontlikegeorge Posted September 25, 2002 Share Posted September 25, 2002 ok, so what is wrong, is the text not scrolling, or is it not going into the first map, or is it crashing, what? Link to comment Share on other sites More sharing options...
lassev Posted September 25, 2002 Share Posted September 25, 2002 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 More sharing options...
ddx Posted September 25, 2002 Author Share Posted September 25, 2002 thank you for the information. cu DoubleD Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.