windaffer3778 Posted January 3, 2023 Posted January 3, 2023 Its simple move, but i cant dcc_mt_EffectMain.psc
NubAU Posted January 11, 2023 Posted January 11, 2023 You need to have all the other files that came with it.
windaffer3778 Posted January 15, 2023 Author Posted January 15, 2023 On 1/11/2023 at 7:12 AM, NubAU said: You need to have all the other files that came with it. at first it was like in the archive, I deciphered the PEX to the PSC and edited the code a little. dcc_mt_EffectMain.psc dcc_mt_QuestMenu.psc mana-tanks-103 (1).zip
NubAU Posted January 20, 2023 Posted January 20, 2023 it looks like someone has tried to make the left and right change independent of each other, so I have made them both use 'breastpower' whatever that is. As long as you keep both together they should now compile. dcc_mt_EffectMain.psc dcc_mt_EffectMain.pex
windaffer3778 Posted January 20, 2023 Author Posted January 20, 2023 thank you, but you didn't understand the idea, I edited the code so that in point 3 the size of each breast changes from a different value, left from mana, right from health Here is the original mod
NubAU Posted January 20, 2023 Posted January 20, 2023 I think I understand now - you need to add the new property 'BreastPower1' to the plugin using the creationkit, then it will be added to the script, then you can assign it as above. the creationkit will then have at the top of the script: String Property BreastPower Auto Hidden String Property BreastPower1 Auto Hidden That missing second line is the definition that was causing the compile errors. Otherwise you need to define it as a local variable, but that code will be slightly different. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now