nPoseTeam / nPose-SAT-NOTSAT-Plugin

A nPose plugin to allow delaying an action until a sitter either enters a seat or exits a seat.
0 stars 1 forks source link

ON_UNSIT fires on swap or change seats #4

Open HowardBaxton opened 4 years ago

HowardBaxton commented 4 years ago

This is new behavior in V4.00. I've verified that ON_UNSIT does not fire in V3.10 when changing seats. I've not gone further into seeing what can be done (if anything should be done) to correct this issue.

This one caught me off guard today in class as I was not expecting a change seats to fire the ON_UNSIT.

LeonaMorro commented 4 years ago

As far as I remember: I guess I tried to implement a fix for #1 and if this is true (correct me if #1 isn't fixed) this new behaviour could be a side effect.

HowardBaxton commented 4 years ago

I've had no problems with issue 1 in V4. Everything seems to work well, and no one has to worry about that work around to get them to fire. I think that one is a solid fix.

Having the sat/notsat fire on changing seats surprised me as I wasn't expecting them to fire. I believe we can indeed give good reason for changing seats to fire them, if it causes a problem with fixing the script. I've not yet looked to see if there is a good opportunity to fix this in the script. Having a look at this is on my list :))