namagashimatt [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=43633 Minimalistic Pico-8 Desktop Wallpaper <p>A minimalist wallpaper that looks really nice with programs on the desktop.</p> <p>Have it set myself<img style="margin-bottom:16px" border=0 src="/media/43633/wallpaperexample.png" alt="" /><img style="margin-bottom:16px" border=0 src="/media/43633/4_wallpaper.png" alt="" /></p> https://www.lexaloffle.com/bbs/?tid=37310 https://www.lexaloffle.com/bbs/?tid=37310 Fri, 10 Apr 2020 17:02:34 UTC (SOLVED) ODD LINE 0 ERROR <p><img style="margin-bottom:16px" border=0 src="/media/43633/pico8error.png" alt="" />I keep getting an error for Line 0, Tab 0. ? Alongside a false global update. Should that even exist?</p> <p>SOLVED! DELETED THE UPDATE_MAP CODE WHEN TRYING TO REWRITE IT DIFFERENTLY, FORGOT TO REPLACE IT </p> <p>Code Line :</p> <p>function _update()<br /> if (not game_over) then<br /> if (not active_text) then<br /> update_map()<br /> move_player()<br /> check_win_lose()<br /> end<br /> end</p> <p>Error :</p> <p>RUNTIME ERROR LINE 15 TAB 0<br /> UPDATE_MAP()<br /> ATTEMPT TO CALL GLOBAL 'UPDATE_M<br /> AP' (A NIL VALUE)<br /> IN UPDATE LINE 15 (TAB 0)<br /> AT LINE 0 (TAB 0)</p> https://www.lexaloffle.com/bbs/?tid=37306 https://www.lexaloffle.com/bbs/?tid=37306 Thu, 09 Apr 2020 21:34:42 UTC