Difference between revisions of "User:Rasikko"
Jump to navigation
Jump to search
m
→Misc Functions
imported>Rasikko m |
imported>Rasikko m (→Misc Functions) |
||
Line 124: | Line 124: | ||
Bool Function IsInPrison() | Bool Function IsInPrison() | ||
Form kPrisonMarker = Game.GetFormFromFile(0x00000004, "Skyrim.ESM") | Form kPrisonMarker = Game.GetFormFromFile(0x00000004, "Skyrim.ESM") | ||
if | if Game.FindClosestReferenceOfTypeFromRef(kPrisonMarker, Game.GetPlayer(), 11500.0) == none | ||
return false | return false |