Salutations,
Does Solarus have something like math.randomseed() and math.random()...? I can make own random system if not. I only noticed random movement in the Solarus documentation.
Ex: number = math.random()
-Zefk
The whole standard Lua API is available, so yes.
http://www.lua.org/manual/5.1/
Thank you Christopho! :D