All public logs
From IdleOn MMO Wiki
Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:13, 29 December 2022 Nano talk contribs created page Module:Nano (Created page with "function replace_char(pos, str, r) return str:sub(pos, pos - 1) .. r .. str:sub(pos + 1, str:len()) end p = replace_char(1, "p", "26px") x = replace_char(1, "x", "26px") print(p, x)")