Has anyone apart from me been baffled by the fact that you can set up a "Sit" package, drop it on an alias, link the target to another alias and then watch your actors totally ignore it?
Well I finally found out why: The Sit package has zero duration and doesn't expose duration as a variable. So the package starts, stops and you never notice it at all.
Surely this is a bug? I mean, there may be an SitForAliasesWithDuration package that I just never noticed that we're supposed to use ... but what's the point in making the duration private?
Anyway, just thought I'd share...
[edit]
Not so solved as I thought... I copied the Sit template, exposed the wait param and gave my derived package 14400 seconds duration. Exactly the same thing thing happened: started and immediately stopped. So I set the duration at the template level - same result.