The main reason I ask is I want to make sure the mod I and others are working on cannot be used if SI is not installed.
if !(IsFormValid somePersistentRefEditorIDfromSI) messagebox "mod XXX requires SI" ; stopquest etc returnendif
scn ShiveringIslesDetectionSCPTInt bCheckedInt bShiveringIslesInt bMessageBoxInt iButtonFloat fQuestDelayTimeBegin GameMode If bChecked If bShiveringIsles StopQuest ShiveringIslesDetectionQUST ElseIf bMessageBox Set iButton to GetButtonPressed If (iButton == 0) Player.Disable ; ExitGame EndIf Else Set bMessageBox to 1 MessageBox "MyPlugin.esp requires Shivering Isles! Oblivion will now close", "OK" EndIf Else Set bChecked to 1 Set fQuestDelayTime to .01 Set bShiveringIsles to (TestDead.GetAV Fatigue == 160) EndIfEnd
Set bShiveringIsles to (MQ11KvatchAllyMarker.GetPos X == 21619.564453)would also work as the X coordinates were formerly 21592.013672, but TestDead is probably less likely to have been edited by any mods.