Home   Help Search Login Register  

Author Topic: titlecut  (Read 619 times)

0 Members and 1 Guest are viewing this topic.

Hertog Jan

  • Guest
titlecut
« on: 02 Jul 2005, 15:59:05 »
Hello,

I have this problem and I can't seem to find a solution in tutorials at the depot on this site.
When I make a cutscene, and I want  to add a multiple lined text in it, how is the way to do so in the cutscene script?

I tried Titlecut ["blablablabla /nblablabla"]

but that doesn't seem to work
Anyone who can help me out here?
Thanks!

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:titlecut
« Reply #1 on: 02 Jul 2005, 16:05:43 »
Try Titletext.

According to the comref Titlecut is obsolete, although it may still work occasionally.

titleText ["blablablabla /nblablabla", "PLAIN"]


Planck
I know a little about a lot, and a lot about a little.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:titlecut
« Reply #2 on: 04 Jul 2005, 03:49:33 »
Titlecut still works.... the difference between titlecut and titletext is one of channels.

Titletext will be displayed in the foreground channel, and titlecut the background. Long story short, you can have two different texts on the screen at the same time :)

As for your problem, the character you're after is \n not /u. Try:


Titlecut ["blablablabla \nblablabla"]

and see how you go ;)

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:titlecut
« Reply #3 on: 04 Jul 2005, 20:33:43 »
yes, what  ^ he said.......I can never remember which one to use '/n' or '\n'.    ::)


Planck
I know a little about a lot, and a lot about a little.

Offline 456820

  • Contributing Member
  • **
Re:titlecut
« Reply #4 on: 06 Jul 2005, 17:57:21 »
yep definately \n i just tested in one of my missions and thats what i put and it works