Advertisement
GrandBulwark

Untitled

Mar 6th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. TargetModIndex1 = Game.GetModByName("Chesko_Frostfall.esp")
  2. If TargetModIndex1 != 255
  3. if( Game.GetFormFromFile( 0x0001D430, "Chesko_Frostfall.esp" ) )
  4. debug.trace( "LAL: Frostfall detected." )
  5. SnowberryExtract = Game.GetFormFromFile( 0x0001D430, "Chesko_Frostfall.esp" ) as Potion
  6.  
  7. FrostfallInstalled = True
  8. Endif
  9. Else
  10. SnowberryExtract = None
  11.  
  12. FrostfallInstalled = False
  13. Endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement