Search found 3 matches

by XaafCode
Wed Apr 26, 2017 4:14 pm
Forum: Support and Development
Topic: Need help for my loader...
Replies: 6
Views: 4740

Re: Need help for my loader...

Thanks to all for replying, I have cleaned up and fixed my code now. Thanks! :D
by XaafCode
Wed Apr 26, 2017 1:53 pm
Forum: Support and Development
Topic: Need help for my loader...
Replies: 6
Views: 4740

Re: Need help for my loader...

I know, but I want that it requires the value of the variable level...
by XaafCode
Wed Apr 26, 2017 12:45 pm
Forum: Support and Development
Topic: Need help for my loader...
Replies: 6
Views: 4740

Need help for my loader...

Hello everyone, I am making a custom level loader, but when I run it, it gives me an error saying "= expected near ..." My code: Level = {} function Level:get(map) if map ~= nil then level = map else level = "../levels/levelCrash" end return level end function Level:draw(level) M...