How is MicroMaker made?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Exempt
Posts: 197
Joined: Wed Jan 20, 2010 9:55 am

How is MicroMaker made?

#1 Post by Exempt »

I'm curious if your using lua fully to make MicroMaker, if so what would be a good starting point for me to learn the same. I'm currently trying to learn lua... Fairly simple from what i've seen so far. (I'm not a complete new comer to programming)
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: How is MicroMaker made?

#2 Post by Administrator »

MicroMacro is made with C++, and uses Lua for scripting purposes. If you want to learn Lua, checking the Lua manual is a good start. Familiarize yourself with the functions that Lua provides first, and then Google search for Lua tutorials.

Once you've got at least some understanding of Lua, check the MicroMacro functions.
Post Reply