Can anyone help me?





Code: Select all
[QuickScript - Footstep]
Resulting Code for .logic.modifiers:
- tag: Enter_Ft <----------
flags:
- multitrigger
activators:
- type: objectinvolume
conditions:
- type: volumesensor
satisfied: true
direction: enter <----
actions:
- type: responder
ref: $FootSnd
- tag: Exit_Ft <------------
flags:
- multitrigger
activators:
- type: objectinvolume
conditions:
- type: volumesensor
satisfied: true
direction: exit <-----
actions:
- type: responder
ref: $FootSnd
I can only guess: Maybe it is important in which order these "enters" and "exits" are detected and where to you are linked-in when you enter the Age.lyllus wrote: ...I have other footsteps sound areas [...] they don't have this kind of problem.