Difference between revisions of "User:Rasikko"

Jump to navigation Jump to search
340 bytes added ,  08:55, 28 May 2020
m
no edit summary
imported>Rasikko
imported>Rasikko
m
Line 119: Line 119:
:Keep up the good fight! [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2018-07-07T12:57:04 (EDT)
:Keep up the good fight! [[User:Scrivener07|Scrivener07]] ([[User talk:Scrivener07|talk]]) 2018-07-07T12:57:04 (EDT)
::I think the fight is over. Considering that I'm finding myself wrong a good amount of time on Nexus(which is hurts my credibility), I may just remove '''all''' my contributions on both wikis. All of them have been under months of testing, by hand, by calculator, and in more than one way, but I'm not confident anymore that I can bring any meaningful information about the games.--[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-07-16T03:16:45 (EDT)
::I think the fight is over. Considering that I'm finding myself wrong a good amount of time on Nexus(which is hurts my credibility), I may just remove '''all''' my contributions on both wikis. All of them have been under months of testing, by hand, by calculator, and in more than one way, but I'm not confident anymore that I can bring any meaningful information about the games.--[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2018-07-16T03:16:45 (EDT)
==  Misc Functions ==
<source lang="papyrus">
Bool Function IsInPrison()
Form kPrisonMarker = Game.GetFormFromFile(0x00000004, "Skyrim.ESM")
ObjectReference kMarker = Game.FindClosestReferenceOfTypeFromRef(kPrisonMarker, Game.GetPlayer(), 11500.0)
if kMarker == none
    return false
else
    return true
endif
EndFunction
</source>


== Array Funtions ==
== Array Funtions ==
Anonymous user

Navigation menu