imported>Scrivener07
Created page with "A clamp function. <source lang="papyrus"> Int Function clamp(int value, int max) if value < max return value else return max endif EndFunction </so..."
13:27
+180