Jump to content

How to call up the custom menu through the dialogue?


Recommended Posts


Scriptname outfit__020012CC Extends TopicInfo Hidden

Function Fragment_0(ObjectReference akSpeakerRef)
Actor ActorRef = akSpeakerRef as Actor
UILib = ((Self as Form) as UILIB_1)
String sinput = UILIB.ShowTextInput("R.G.B", "")
EndFunction

UILIB_1 Property UILIB Auto Hidden

Link to comment
Share on other sites

 

Attach the UILIB_1 script to the quest that your topic is on in the scripts tab. Then you can do:

String sInput = ((Self.GetOwningQuest() as form) as UILIB_1).ShowTextInput("R.G.B", "")

Thank you very much. Under your guidance, the program began to work.

I have another question:https://forums.nexusmods.com/index.php?/topic/9714723-how-to-get-valu-of-hairtintcolor-in-head-nif-with-script-function/page-2. Can help?

:wallbash: :thumbsup: :thumbsup:

Edited by pxd2050
Link to comment
Share on other sites

  • Recently Browsing   0 members

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