Log In  
Follow
namagashimatt

A minimalist wallpaper that looks really nice with programs on the desktop.

Have it set myself

3
1 comment



I keep getting an error for Line 0, Tab 0. ? Alongside a false global update. Should that even exist?

SOLVED! DELETED THE UPDATE_MAP CODE WHEN TRYING TO REWRITE IT DIFFERENTLY, FORGOT TO REPLACE IT

Code Line :

function _update()
if (not game_over) then
if (not active_text) then
update_map()
move_player()
check_win_lose()
end
end

Error :

RUNTIME ERROR LINE 15 TAB 0
UPDATE_MAP()
ATTEMPT TO CALL GLOBAL 'UPDATE_M
AP' (A NIL VALUE)
IN UPDATE LINE 15 (TAB 0)
AT LINE 0 (TAB 0)

1 comment