How can I make this Event as a quest stage fragment. This is the wiki example:
Event OnPackageEnd(Package akOldPackage) Debug.Trace("We just stopped running the " + akOldPackage + " package")endEvent
I want to wait for a package to end before a quest advances but the above as a fragment doesn't compile. Thanks.