pxd2050 Posted March 7, 2021 Share Posted March 7, 2021 (edited) I want to call up the custom menu through the dialogue, but there is no response. What's the problem?someone helpthank you Edited March 7, 2021 by pxd2050 Link to comment Share on other sites More sharing options...
pxd2050 Posted March 7, 2021 Author Share Posted March 7, 2021 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 More sharing options...
pxd2050 Posted March 7, 2021 Author Share Posted March 7, 2021 help Link to comment Share on other sites More sharing options...
dylbill Posted March 7, 2021 Share Posted March 7, 2021 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", "") Link to comment Share on other sites More sharing options...
pxd2050 Posted March 7, 2021 Author Share Posted March 7, 2021 (edited) 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 March 7, 2021 by pxd2050 Link to comment Share on other sites More sharing options...
Recommended Posts