Wall_E20 submitted a new mod:
tostring(nil) - error: tried indexing nil value 'tag'
Read more about this mod...
tostring(nil) - error: tried indexing nil value 'tag'
DESCRIPTION = {
View attachment 7619
CHAR_NAME
"nil - Object reference not set to an instance of an object."
a-movesets.lua:
View attachment 7614
--press Y to fly!
if (m.controller.buttonPressed & Y_BUTTON) ~= 0 then
set_mario_action(m, ACT_FLY, 0)
end
View attachment 7615
--grab grabbable objects with B
if (m.controller.buttonPressed & B_BUTTON) ~= 0 then
mario_check_object_grab(m)
end
--the...
Read more about this mod...