Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - OboTheHobo

Pages: [1]
1
The Axe Parser Project / Maps with Axe?
« on: December 07, 2018, 11:52:45 am »
I'm planning on making a basic RPG, and I'm pretty new to axe. How would you do maps and have it saved? I thought of using lists but I would need so many it would be very very large and inefficient, so how would you guys do it?

I thought of some variables for the level, then making it so that that - the position of all objects would only show the ones that is on that level, but that seems like it would need a really, really long for loop for it, and it would be slow. Is there a really easy way of doing this?

Thanks in advance!

Pages: [1]