Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2005
    Location
    Birmingham, Alabama
    Posts
    175

    Multi Line Dialog Text

    Can somebody help me with some lua code that will allow me to make a multi text line dialog message?

    Thanks in advance

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Use \r\n to drop to a new line

    Code:
    Dialog.Message("Your Title", "This\r\nwill\r\nshow\r\nhow\r\nto\r\nadd\r\ncarriage return\r\nlinebreaks.")

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Here's an easier on the eyes approach?

    Code:
    Dialog.Message("Your Title",
    [[
    My friend of a long time once said, 
    "You don't have just one shot at it, 
    so make the second one better than
    the first one!"
    ]])
    Intrigued

  4. #4
    Join Date
    Feb 2005
    Location
    Birmingham, Alabama
    Posts
    175
    thnaks guys, I'll try both!

Similar Threads

  1. Replies: 1
    Last Post: 11-27-2005, 09:26 AM
  2. Get a line out of a text file
    By StealthShadow in forum Setup Factory 7.0
    Replies: 3
    Last Post: 10-28-2005, 04:56 PM
  3. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  4. How would I find a blank line of text via "Find Text Line"?
    By Marker0077 in forum Setup Factory 6.0
    Replies: 11
    Last Post: 07-11-2003, 08:55 AM
  5. Action: Text File - Find Line
    By pjborg in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 06-07-2003, 05:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts