TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: jtoverka on February 24, 2020, 10:41:30 AM

Title: vlr-miscellaneous-reactor and :vlr-pickfirstmodified
Post by: jtoverka on February 24, 2020, 10:41:30 AM
Hello all,

How do I use sssetfirst within the callback function for :vlr-pickfirstmodified within the vlr-miscellaneous-reactor in a way that doesn't wipeout my selection set. This function will call trigger the reactor again, which I am able to bypass by checking a global variable I set before using sssetfirst. However when sssetfirst is complete and when the routine ends, it calls itself back but with an empty ssgetfirst and wipes everything out.

Everytime I select something, it wipes out the selection set and I am unable to select objects.  :x
Title: Re: vlr-miscellaneous-reactor and :vlr-pickfirstmodified
Post by: jtoverka on February 24, 2020, 10:59:32 AM
Turns out I was using sssetfirst incorrectly

(sssetfirst gripset [pickset])

I have it working now.