Advertisement
GrandBulwark

Untitled

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