Hello everyone, this is my first post here, I'm new on AC and I'm not a coder...
I have a problem with Crafting menu and Subtitles, I choose to have the subtitles on top of the main character and it's fine, the only problem is when I'm crafting something the text goes in overlay with the menu...
I would like to make an action on Subtitles_TurnOn:
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @Stegibel.
You can change any Manager field through script by right-clicking on a field's label to get an API reference to it.
However, in the case of respositioning the Subtitles menu - I'd say it's better to instead have a second Subtitles menu, repositioned to suit, and have it replace the "regular" Subtitles menu while the Crafting menu is open.
To do this, duplicate your Subtitles menu, name it e.g. Subtitles_Crafting, and update its properties so that it's positioned correctly. Then check Start game locked off? - this will prevent it from turning on even when its Appear type condition is met.
If you then create "Turn on" and "Turn off" ActionLists for your Crafting menu, you can then use a pair of Menu: Change state Actions to simultaneously lock the "Subtitles" menu and unlock the "Subtitles_Crafting" when Crafting turns on, and vice-versa when it turns off.
Wow @ChrisIceBox ! Thanks a lot, I followed your suggestions and everything works perfectly. Arigatou!
@ChrisIceBox thanks for the welcome!