To be active while player is inside the triggerbox, getting inactive when moving outside.
Is there a prefab trigger I haven′t found yet?
I set the trigger-properties to be activated multiple times by the player and added another script with: onActivate () ... onDeactivate () ...
but that didn′t work as expected. It behaves like every other trigger: ON on first enter, OFF on second enter...
Is there a papyrus function where I can check: "If Player Is Inside TriggerBox" or something?
