Home Coding, Scripting, Shaders

[Max Script] Attrribute Holder [SOLVED]

polycounter lvl 7
Offline / Send Message
dg3duy polycounter lvl 7
I want to access the reset option inside a custom attribute.




I look at the code like this:

<p>def=custAttributes.getDef  $.modifiers[1] 2</p><p>&nbsp;custAttributes.getDefSource def
</p>


if I try to look for it, I find that I cannot find it!
</code></p><pre class="CodeBlock"><code><code>$Character_root_Ctrl.modifiers[1].pmAtt.pmAtts.loadSaveRoll._rst.pressed()

I need to find the exact path to activate the reset option contained in the Reset button.
Can anyone help me?
Thank you very much.


3dsmax scene:
https://drive.google.com/file/d/1HqNeFtXYdjSpnrn7pWKOI9EBpensy1_X/view?usp=sharing<br><br>Solution>

$Character_root_Ctrl.modifiers[1].pmAtt.pmAtts;loadSaveRoll._rst.pressed()<br>

Sign In or Register to comment.