Jump to content

How do I add text sections to MessageBox?


Okiir

Recommended Posts

No worries, we all started somewhere to learn modding. :) The script points to a message, so if the message doesn't exist, that's at least one of the sources of your issue. Here's what you do:

 

  1. In the CK's Object Window, go the the "Miscellaneous" section and expand it.
  2. After expanding it, you should see the 2nd to last tree entry as "Message". Click on it.
  3. Once you click on it, you'll see every game "Message" that is used in interfaces, user help tutorials, and even holders for your "horse's name" (e.g., <Alias=Player>'s Horse). Create a new message there, with whatever EditorID will be easy for you to remember.
  4. In your new message, click the "Message Box" check box at the top
  5. Leave the title field blank
  6. In the Message Text area, copy the sample text I prepared above for you, or use your own.
  7. Go back to your object script, click properties, and from the dropdown, select the message you just created.

Link to comment
Share on other sites

No worries, we all started somewhere to learn modding. :) The script points to a message, so if the message doesn't exist, that's at least one of the sources of your issue. Here's what you do:

 

  1. In the CK's Object Window, go the the "Miscellaneous" section and expand it.
  2. After expanding it, you should see the 2nd to last tree entry as "Message". Click on it.
  3. Once you click on it, you'll see every game "Message" that is used in interfaces, user help tutorials, and even holders for your "horse's name" (e.g., <Alias=Player>'s Horse). Create a new message there, with whatever EditorID will be easy for you to remember.
  4. In your new message, click the "Message Box" check box at the top
  5. Leave the title field blank
  6. In the Message Text area, copy the sample text I prepared above for you, or use your own.
  7. Go back to your object script, click properties, and from the dropdown, select the message you just created.

 

 

got it! thank you so much for your patience :)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...