Advertisement
GrandBulwark

Untitled

Mar 6th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. TargetModIndex = Game.GetModByName("teg_returntohelgen.esp")
  2. If TargetModIndex != 255
  3. if( Game.GetFormFromFile( 0x000012CA, "teg_returntohelgen.esp" ) )
  4. debug.trace( "LAL: Return to Helgen detected. Solitude start options are now disabled." )
  5. RTHInstalled = True
  6. Else
  7. RTHInstalled = False
  8. EndIf
  9. Endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement