DeviousDevices / DDi

Devious Devices - Integration
http://www.loverslab.com/files/file/371-devious-devices-integration-08162014/
30 stars 25 forks source link

Experiment with disabling headtracking for restrictive collars. #131

Closed MinLL closed 8 years ago

MinLL commented 9 years ago

Event OnEffectStart(Actor akTarget, Actor akCaster) akTarget.SetAnimationVariableBool("bHeadTrackSpine", false) endEvent

Event OnEffectFinish(Actor akTarget, Actor akCaster) akTarget.SetAnimationVariableBool("bHeadTrackSpine", true) endEvent

MinLL commented 8 years ago

Not easily possible.