Chair problem

I tried to make a chair and it isn't working. I set the AlcScript up correctly and made sure the y-axis is in the right direction. I can click it with a hotspot but when I click nothing happens. Am I supposed to do something more than just the click region and the AlcScript? And if you need to see it here is my AlcScript for my Chair:
Anything wrong there or any suggestions you might have? Don't forget to tell me some common problems with this certain feature.
Thanks,
Valdez
- Code: Select all
good_chair:
logic:
modifiers:
- cursor: poised
flags:
- localelement
activators:
- type: objectinvolume
remote: rgn_chair_good
triggers:
- any
conditions:
- type: activator
activators:
- type: picking
- type: objectinbox
satisfied: true
actions:
- type: sittingmod
ref: sittingmod:good_chair
actions:
- type: sittingmod
sittingmod:
miscflags: 1
Anything wrong there or any suggestions you might have? Don't forget to tell me some common problems with this certain feature.
Thanks,
Valdez
