llde / xOBSE

Oblivion Script extender source
247 stars 35 forks source link

SetPackageAlwaysRun seems to reset on each grid load for horseriders #180

Open cygarniczka opened 1 year ago

cygarniczka commented 1 year ago
    if ( OghashgraMagulRef.GetIsCurrentPackage OrumGangMagulVisitImperialCity == 1 )
            if ( GetPackageAlwaysRun OrumGangMagulVisitImperialCity == 0 )
                OghashgraMagulRef.SetPackageAlwaysRun 1
        endif
    endif

Above done from a quest script.

Unless I am using incorrectly the command, but I tried clicking on Imperial Legion in console and typing SetPackageAlwaysRun 1. It gave me same result after brief run the rider stops and put his horse at ease.