Anonymous
×
Create a new article
Write your page title here:
We currently have 496 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

All public logs

Combined display of all available logs of WIKI - Idle Pixel. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:51, 9 December 2023 Dounford talk contribs created page Module:Areas (Created page with "u = require("Module:Util") adb = require("Module:Area_DB") edb = require("Module:Enemy_DB") lt = require("Module:Loot_Table") et = require("Module:Enemies") local p = {} function p.enemies_in_area(name) j = 1 while edb[j] and edb[j][2] ~= name do j = j + 1 end result = {} while edb[j] and edb[j][2] == name do table.insert(result, edb[j]) j = j + 1 end return result end function p.area_enemy_tabber(enemies) res...")