Skip to content

Instantly share code, notes, and snippets.

View igotnobugs's full-sized avatar
🍀

Jay_Jr igotnobugs

🍀
View GitHub Profile
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname HLIO_TIF__054BBD12 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
(HLIORemiFollower as HLIORemiController).DismissFollower(0,0)
@igotnobugs
igotnobugs / Legendary Loading Screen Text Fix.pas
Last active May 4, 2022 06:59
Loading Screen Line Breaks Fix
{
Remove LineBreaks from the beginning of loading screen description
}
unit LegendaryLoadingScreenTextFix;
var element : TString;
function Process(e: IInterface): integer;
begin
if Signature(e) <> 'LSCR' then exit;