Log In  

Cart #carttwo-2 | 2020-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


This game is just a test.
Please run it to see if Cart Two will load Cart 1.
This is a test for another game I am working on.

Code

--cart two and cart 1
--by candycolt games

function _draw()
    cls()
    map(0,0)
    print("loading cart 1...",54,44,7)
end

function _update()
    if time()>2.5 then
        load"#cart 1-2"
    end
end

Cart 1 is at: https://www.lexaloffle.com/bbs/?tid=37447

Conclusion

Test 1

Okay, This did not work apparently. If you know how to load a cart in another cart please comment it below. Thanks!

Test 2:

IT WORKS!!!!!!

P#74975 2020-04-19 15:18 ( Edited 2020-04-19 19:08)


[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 18:13:50 | 0.015s | Q:16