local wait
addHook("ThinkFrame", do
	wait = $ or 0
	wait = $+1
	if wait == TICRATE*3
		print("\130Thanks for downloading \138Elfilin\130 by \129Frostiikin\130!")
		print()
		print("\131CREDITS:")
		print("\142Bendedede\130: Downright gorgeous Character Select & Messageboard artwork. I can't get over how well it came out!")
		print()
		print("\132DylanDude\130: ~40 extra bits of cheer dialog made only a few days before release, I was shocked when he handed over the 88 MB .ase with all he'd done LOL")
		print()
		print("\131Lach, \135Amperbee\130: Repeated help with fixing my barely functional scripts X-X")
		print("\138Oh yeah\130, Lach also is 99% of the reason why death pits don't make float totally break due to a cool function he made for me, big thanks for that one.")
		print()
		print("\133Mars\130: Script that stops elfilin assisters from getting stuck in walls. Sorry for forgetting to credit 'ya in the trailer :P")
		print()
		print("\137Tripel\130: Re-worked secondcolor system. Mine was uh, way less stable then this one.")
		print()
		print("\143The Adventurer's Guild, \130the \136CSCS\130, and \128\SonicX8000\130: Bugtesting and feedback. I can't state enough just how valuable all of your suggestions were, and I wouldn't have found half the problems I did without you all.")
		print()
		print("\129\Frostiikin\130: ...Well, just about everything else. It is my mod, after all :P") 
		print("\130\This has been in the works for quite a while, so I hope it was worth the wait!")
	end
end)
