Hi, is Console window that open when we press F8 is a built-in system of MV?
It's just so very convenient to have this Window, because beside of displaying Errors,
it even allow Users to check objects' properties/ functions/ ....
Now that when i using some other Game Engines those also written with Javascript,
it's so awkward to not have a Console Window like RMV's one.
Even when i tried to print out a random message like this:
console.log("hello");
the game crashed and display message "console is not defined"
@.@ (what? isn't console.log is default command of javascript?)
Is there anyway to have a Console window like MV for another Javascript Game Engine?
Thank you = )
It's just so very convenient to have this Window, because beside of displaying Errors,
it even allow Users to check objects' properties/ functions/ ....
Now that when i using some other Game Engines those also written with Javascript,
it's so awkward to not have a Console Window like RMV's one.
Even when i tried to print out a random message like this:
console.log("hello");
the game crashed and display message "console is not defined"
@.@ (what? isn't console.log is default command of javascript?)
Is there anyway to have a Console window like MV for another Javascript Game Engine?
Thank you = )

