PDA

View Full Version : Chapter Title



jameboy
June 30th, 2011, 11:56 AM
I'm trying to make a chapter title that shows a name when you start up the map, but it doesn't seem to work. This is the script i have been using.



(script startup gametitle
(begin
(cinematic_start)
(cinematic_set_title tgw3)
(sleep 275)
(cinematic_stop)
)
)And I made a unicode string list and chapter title in sapien and compiled the scripts, and it still wont work.

Any ways that I could get it to work?

EDIT: I actually figured out part of my problem, I was saving the script wrong, and I saved it correctly and it almost works in game. The only problem is that the text wont show up. The black boxes show up on top and bottom but no text shows. I even gave it the unicode string list file in guerrilla, but still nothing. Please help.