Jump to content

Help with MCM an Script Problem


Recommended Posts

Hey guys and gals.

 

I am making an MCM menu in a mod for personal use, it was going quite well but I've hit a small problem.

 

http://t.imgbox.com/axbZRa8i.jpg http://t.imgbox.com/tT0L4qbq.jpg

 

As you can see, its not displaying the Key i select in menu for the options after the first, it works perfectly in that i can change the hotkeys but it won't display what i changed them too like it does with the first one.

 

Here is the script:

 

 

  Reveal hidden contents

 

 

Sorry for my awful scripting, i am still very new to this kind of scripting

 

I'm sure i can figure it out eventually, but any help would be very appreciated.

 

Thanks for taking a look. :smile:

 

Edit: sorry for the messed up title, didn't catch that until it was to late.

Link to comment
Share on other sites

You misplaced the indexes:

 

SetUIStringEx "StartMenu/MCM/*:2/*:1/value/*:1/string" "%k" aaaAaimingModeKey

Should be:

SetUIStringEx "StartMenu/MCM/*:1/*:2/value/*:1/string" "%k" aaaAaimingModeKey

 

(Same with 3 and 4)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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