Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:39, 2 March 2025 Prd talk contribs created page Module:Example of lua debugging (Created page with "local p = {} p.Hello = 'Hello' function p.calc(num) return num end function p.sum_mult(num) return num + num, num * num end function p.mtable(num) return {num, num+1} end return p")