Log In  
Follow
namagashimatt
[ :: Read More :: ]

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

Have it set myself

P#74624 2020-04-10 17:02

[ :: Read More :: ]

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)

P#74607 2020-04-09 21:34 ( Edited 2020-04-10 00:42)