- Code: Select all
#tag is a local name used within this alcScript object.
LinkRegion:
logic:
actions:
- type: pythonfile
tag: linkaction
pythonfile:
file: dusttest
parameters:
- type: string
value: EderDelin
modifiers:
- tag: linkmod1
actions:
- type: pythonfile
ref: $linkaction
activators:
- type: objectinvolume
remote: LinkRegion
triggers:
- any
My python file dusttest.py, loads correctly, but never has a function called (I made sure to have the same event functions) when I go through the region.
Does anyone notice anything wrong?