Elscrux

Results 6 comments of Elscrux

Huh, using your script code didn't work either, failing with the very same error. ``` .\Caprica.exe Test.psc -g skyrim -i "D:\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source" -f "D:\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\TESV_Papyrus_Flags.flg" Adding current working...

I'm not actually looking to compile for Starfield, just for Skyrim. `GetActorBase()` does exist for Skyrim and the script header for Skyrim is the following: ``` Scriptname Actor extends ObjectReference...

The path `Scripts\Source` instead of `Source\Scripts` is simply a result of old conventions that I use. You can use any path there and this is where I store my script...

No, I made sure that `Actor.psc` is exactly the version that is delivered with the CK, and was also able to replicate a similar issue when calling other scripts in...

That's a good point and very weird behavior! Maybe make a separate issue for your findings :) I value it being open-source here because I was noticing some edge case...