Noob with NVLinkBuilder script, making TurnOn create a DetailAttachment [solved] - by gamophyte
gamophyte on 2/4/2019 at 04:38
I think I'm working this out. So it looks like you cannot leave it up to inherit the DEST, so putting the DEST in made it work, now just trying to figure out why it's not using my vhot 1.
Also it's only working with button, but that could go back to needing the relay.
Code:
NVLinkBuilderLinkType="DetailAttachement"; NVLinkBuilderLinkSource="BrokeHack"; NVLinkBuilderLinkDest="FTBrokeHackDoor"; NVLinkBuilderLinkData1Field="vhot/sub #"; NVLinkBuilderLinkData1Value=1
Edit: my Comcast went down so on tapitalk. Giving up for now. I thought i found the issue, that detailattachement defaults to sub object, so I made NVLinkBuilderLinkData1Field the type, so I can say vhot, then NVLinkBuilderLinkData2Field is the vhot number. Still not working.
Edit2: I will post verbatim what I have tonight. My only other thought is that it wants me to do every field even though they're not needed, and assumed if omitted they should be default.
gamophyte on 3/4/2019 at 00:18
And boom goes the dynamite. Done and it works well. THANK YOU R SOUL!
So I was putting in words for a drop down selection data value. Drops downs are numbered instead, 0 for the first item 1 for second and so on. So Vhot was second down so I put 1. Final comment for others following to do this as well:
Code:
NVLinkBuilderOn="BreakingNews"; NVLinkBuilderLinkType="DetailAttachement"; NVLinkBuilderLinkSource="BrokeHack"; NVLinkBuilderLinkDest="FTBrokeHackDoor"; NVLinkBuilderLinkData1Field="Type"; NVLinkBuilderLinkData1Value=1; NVLinkBuilderLinkData2Field="vhot/sub #"; NVLinkBuilderLinkData2Value=1
john9818a on 3/4/2019 at 07:08
:wot:
gamophyte on 3/4/2019 at 13:35
Quote Posted by john9818a
:wot:
Everything ok?
john9818a on 3/4/2019 at 15:58
Yes everything's fine. :) I was just surprised by the four posts in a row. :joke:
gamophyte on 3/4/2019 at 19:11
Quote Posted by john9818a
Yes everything's fine. :) I was just surprised by the four posts in a row. :joke:
I was hack and slashing trying to figure out what I was doing wrong, and so would report back if I got close but had to stop. Then a new idea would pop up to try, since it was radio silence.
john9818a on 4/4/2019 at 06:38
I guess with the long posts its not much of a big deal but admins here don't like successive posts from the same poster. :) One idea is to edit your post with new info.
gamophyte on 4/4/2019 at 13:34
I wanted to send out subscription notifications to R Soul, for when I was stumped. I didn't realize I would get it so quick, and wanted to send another notify in case the radio silence I was getting was him or her testing it. Also there is only two posts that were made close to each-other. There are the ones that are 10 hours or so apart, and the other a day. I will be careful though.