Scriptname FRLEndPackage extends ObjectReferencePackage Property FRLAiPackage AutoQuest Property FRLQuest01 AutoActor Property FRLVerliunTrelus AutoEvent OnPackageEnd (frlaipackage akOldPackage) FRLQuest01.SetStage(40) FRLQuest01.SetObjectiveDisplayed(40) FRLQuest01.SetObjectiveCompleted(30)EndEvent
And in Response, it spits this at me.
Starting 1 compile threads for 1 files...
Compiling "FRLEndPackage"...
e:\pc gaming folder\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\FRLEndPackage.psc(10,34): unknown type frlaipackage
No output generated for FRLEndPackage, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on FRLEndPackage
Compiling "FRLEndPackage"...
e:\pc gaming folder\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\FRLEndPackage.psc(10,34): unknown type frlaipackage
No output generated for FRLEndPackage, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on FRLEndPackage
So, any ideas?
EDIT: Just so you know, I've tried it in all possible (reasonable) spellings and capitalization's.