Jump to content

How to show a message on the top left corner through script?


ObLars

Recommended Posts

Hello! :teehee:

 

I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed?

 

I think it's something like

 

Show.MessageID ?

Link to comment
Share on other sites

Hello! :teehee:

 

I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed?

 

I think it's something like

 

Show.MessageID ?

 

You have to have the text defined in the Messages (under Miscellaneous section) and then it's just MessageID.Show().

 

For instance, here's the cmd from the PlayerVampireQuest script:

 

VampireFeedMessage.Show()

 

In Messaes VampireFeedMessage Text is defined as "Your vampiric powers recede as you feed."

 

-MM

Link to comment
Share on other sites

Hello! :teehee:

 

I've been looking for some time on how to display a message in the top left corner of the game screen, through a script. Could anyone give me a short tutorial, or even give me the script command needed?

 

I think it's something like

 

Show.MessageID ?

 

You have to have the text defined in the Messages (under Miscellaneous section) and then it's just MessageID.Show().

 

For instance, here's the cmd from the PlayerVampireQuest script:

 

VampireFeedMessage.Show()

 

In Messaes VampireFeedMessage Text is defined as "Your vampiric powers recede as you feed."

 

-MM

 

I can always count on you, Mojo. <3 Kudos as soon as i can!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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