Actor Property currentActor AutoEvent... currentActor = self
Compiling throws the error: "type mismatch while assigning to a actor (cast missing or types unrelated)"
So I tried casting, adding "as Actor" but it throws another error: "cannot cast a ScriptName to a actor, types are incompatible"
So, the self keyword is referring to the instance of the script? Is there a way to go from there and find the object that the script is running in? I already tried searching the wiki but I didn't find anything.