Jump to content

[LE] Name of UI element - the level up and quest name text


davethepak

Recommended Posts

So,

 

I am working on learning how to interact with the various hud elements in the game via scripting (there is almost NO info in the CK wiki on this).

 

I have managed to piece together some basics, and have discovered the names of many of the UI elements.

 

I can't seem to find the name of the text element that shows when you complete a quest, or raise a level (the big text that appears center of the screen and quickly fades).

 

Anyone know the name of this ui element, and possibly its parameters?

(I have found the subtitle text, and know about the message text in the upper corner...but have not found the QUEST/LEVEL text element).

 

I have looked in the hudmenu, and have not been able to figure out what element is the one I am looking for - so if you know it is in there, if you could please share the exact name of the element, that would be a tremendous help - ....if it is in there.

 

thanks in advance.

 

 

Link to comment
Share on other sites

Thank you very much, while I am not sure how to use that yet, it gets me closer.

 

I just need to figure out how to send it a string, and have it display.

 

I think it might be something like;

UI.SetInt("HUDMenu", "_root.HUDMovieBaseInstance.QuestUpdateBaseInstance.LevelUpTextInstance", "my text")

or maybe

UI.invokestring("HUDMenu", "_root.HUDMovieBaseInstance.QuestUpdateBaseInstance.LevelUpTextInstance", "my text")

 

 

I will do more research - and thank you again for your info!!

(if there is any more info, that is great too)!

 

:)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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